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)


13869
13870
13871
# File 'sig/types.rbs', line 13869

def dry_run
  @dry_run
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


13867
13868
13869
# File 'sig/types.rbs', line 13867

def snapshot_id
  @snapshot_id
end

#storage_tier"archive"

Returns the value of attribute storage_tier.

Returns:

  • ("archive")


13868
13869
13870
# File 'sig/types.rbs', line 13868

def storage_tier
  @storage_tier
end