Class: Aws::Types::ModifySnapshotTierRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14166
14167
14168
# File 'sig/types.rbs', line 14166

def dry_run
  @dry_run
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


14164
14165
14166
# File 'sig/types.rbs', line 14164

def snapshot_id
  @snapshot_id
end

#storage_tier"archive"

Returns the value of attribute storage_tier.

Returns:

  • ("archive")


14165
14166
14167
# File 'sig/types.rbs', line 14165

def storage_tier
  @storage_tier
end