Amazon.Glacier.Model.ListJobsRequest.ListJobsRequest C# (CSharp) Метод

ListJobsRequest() публичный Метод

Instantiates ListJobsRequest with the parameterized properties
public ListJobsRequest ( string accountId, string vaultName ) : System
accountId string The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single '-' (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens ('-') in the ID.
vaultName string The name of the vault.
Результат System
        public ListJobsRequest(string accountId, string vaultName)
        {
            _accountId = accountId;
            _vaultName = vaultName;
        }

Same methods

ListJobsRequest::ListJobsRequest ( ) : System
ListJobsRequest::ListJobsRequest ( string vaultName ) : System