Class: Aws::Types::DescribeTapeArchivesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


730
731
732
# File 'sig/types.rbs', line 730

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


729
730
731
# File 'sig/types.rbs', line 729

def marker
  @marker
end

#tape_arns::Array[::String]

Returns the value of attribute tape_arns.

Returns:

  • (::Array[::String])


728
729
730
# File 'sig/types.rbs', line 728

def tape_arns
  @tape_arns
end