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)


14505
14506
14507
# File 'sig/types.rbs', line 14505

def dry_run
  @dry_run
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


14503
14504
14505
# File 'sig/types.rbs', line 14503

def snapshot_id
  @snapshot_id
end

#storage_tier"archive"

Returns the value of attribute storage_tier.

Returns:

  • ("archive")


14504
14505
14506
# File 'sig/types.rbs', line 14504

def storage_tier
  @storage_tier
end