Class: Aws::Types::DescribeTapesInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arn::String

Returns the value of attribute gateway_arn.

Returns:

  • (::String)


755
756
757
# File 'sig/types.rbs', line 755

def gateway_arn
  @gateway_arn
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


758
759
760
# File 'sig/types.rbs', line 758

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


757
758
759
# File 'sig/types.rbs', line 757

def marker
  @marker
end

#tape_arns::Array[::String]

Returns the value of attribute tape_arns.

Returns:

  • (::Array[::String])


756
757
758
# File 'sig/types.rbs', line 756

def tape_arns
  @tape_arns
end