Class: Aws::SecurityLake::Types::DataLakeLifecycleTransition

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securitylake/types.rb

Overview

Provide transition lifecycle details of Amazon Security Lake object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#daysInteger

Number of days before data transitions to a different S3 Storage Class in the Amazon Security Lake object.

Returns:

  • (Integer)


726
727
728
729
730
731
# File 'lib/aws-sdk-securitylake/types.rb', line 726

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

#storage_classString

The range of storage classes that you can choose from based on the data access, resiliency, and cost requirements of your workloads.

Returns:

  • (String)


726
727
728
729
730
731
# File 'lib/aws-sdk-securitylake/types.rb', line 726

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