Class: Aws::Types::ListTapePoolsInput

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)


1045
1046
1047
# File 'sig/types.rbs', line 1045

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1044
1045
1046
# File 'sig/types.rbs', line 1044

def marker
  @marker
end

#pool_arns::Array[::String]

Returns the value of attribute pool_arns.

Returns:

  • (::Array[::String])


1043
1044
1045
# File 'sig/types.rbs', line 1043

def pool_arns
  @pool_arns
end