Class: Aws::SecurityHub::Types::AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

A transition rule that describes when noncurrent objects transition to a specified storage class.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#daysInteger

The number of days that an object is noncurrent before Amazon S3 can perform the associated action.

Returns:

  • (Integer)


17943
17944
17945
17946
17947
17948
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17943

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

#storage_classString

The class of storage to change the object to after the object is noncurrent for the specified number of days.

Returns:

  • (String)


17943
17944
17945
17946
17947
17948
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17943

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