Class: Aws::SecurityLake::Types::DataLakeLifecycleTransition
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::DataLakeLifecycleTransition
- 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
-
#days ⇒ Integer
Number of days before data transitions to a different S3 Storage Class in the Amazon Security Lake object.
-
#storage_class ⇒ String
The range of storage classes that you can choose from based on the data access, resiliency, and cost requirements of your workloads.
Instance Attribute Details
#days ⇒ Integer
Number of days before data transitions to a different S3 Storage Class in the Amazon Security Lake object.
726 727 728 729 730 731 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 726 class DataLakeLifecycleTransition < Struct.new( :days, :storage_class) SENSITIVE = [] include Aws::Structure end |
#storage_class ⇒ String
The range of storage classes that you can choose from based on the data access, resiliency, and cost requirements of your workloads.
726 727 728 729 730 731 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 726 class DataLakeLifecycleTransition < Struct.new( :days, :storage_class) SENSITIVE = [] include Aws::Structure end |