Class: Aws::Types::ListTapesInput

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)


1058
1059
1060
# File 'sig/types.rbs', line 1058

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1057
1058
1059
# File 'sig/types.rbs', line 1057

def marker
  @marker
end

#tape_arns::Array[::String]

Returns the value of attribute tape_arns.

Returns:

  • (::Array[::String])


1056
1057
1058
# File 'sig/types.rbs', line 1056

def tape_arns
  @tape_arns
end