Class: Aws::Types::DescribeCapacityBlocksResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_blocks::Array[Types::CapacityBlock]

Returns the value of attribute capacity_blocks.

Returns:



5561
5562
5563
# File 'sig/types.rbs', line 5561

def capacity_blocks
  @capacity_blocks
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5562
5563
5564
# File 'sig/types.rbs', line 5562

def next_token
  @next_token
end