Class: Aws::Types::DescribeSnapshotTierStatusResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7120
7121
7122
# File 'sig/types.rbs', line 7120

def next_token
  @next_token
end

#snapshot_tier_statuses::Array[Types::SnapshotTierStatus]

Returns the value of attribute snapshot_tier_statuses.

Returns:



7119
7120
7121
# File 'sig/types.rbs', line 7119

def snapshot_tier_statuses
  @snapshot_tier_statuses
end