Method: Aws::S3::Types::Transition#storage_class

Defined in:
lib/aws-sdk-s3/types.rb

#storage_classString

The storage class to which you want the object to transition.

Returns:

  • (String)


19365
19366
19367
19368
19369
19370
19371
# File 'lib/aws-sdk-s3/types.rb', line 19365

class Transition < Struct.new(
  :date,
  :days,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end