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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securitylake/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)


721
722
723
724
725
726
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 721

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)


721
722
723
724
725
726
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 721

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