Class: Aws::Types::PutStorageTierPolicyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_time::Integer

Returns the value of attribute last_updated_time.

Returns:

  • (::Integer)


1919
1920
1921
# File 'sig/types.rbs', line 1919

def last_updated_time
  @last_updated_time
end

#storage_tier"STANDARD", "INTELLIGENT_TIERING"

Returns the value of attribute storage_tier.

Returns:

  • ("STANDARD", "INTELLIGENT_TIERING")


1918
1919
1920
# File 'sig/types.rbs', line 1918

def storage_tier
  @storage_tier
end