Class: Aws::StorageGateway::Types::DescribeTapesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb

Overview

DescribeTapesInput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arnString

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

Returns:

  • (String)


3446
3447
3448
3449
3450
3451
3452
3453
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3446

class DescribeTapesInput < Struct.new(
  :gateway_arn,
  :tape_arns,
  :marker,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

Specifies that the number of virtual tapes described be limited to the specified number.

Amazon Web Services may impose its own limit, if this field is not set.

Returns:

  • (Integer)


3446
3447
3448
3449
3450
3451
3452
3453
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3446

class DescribeTapesInput < Struct.new(
  :gateway_arn,
  :tape_arns,
  :marker,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

A marker value, obtained in a previous call to DescribeTapes. This marker indicates which page of results to retrieve.

If not specified, the first page of results is retrieved.

Returns:

  • (String)


3446
3447
3448
3449
3450
3451
3452
3453
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3446

class DescribeTapesInput < Struct.new(
  :gateway_arn,
  :tape_arns,
  :marker,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#tape_arnsArray<String>

Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes associated with the specified gateway.

Returns:

  • (Array<String>)


3446
3447
3448
3449
3450
3451
3452
3453
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3446

class DescribeTapesInput < Struct.new(
  :gateway_arn,
  :tape_arns,
  :marker,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end