Class: Aws::S3Control::Types::PutBucketLifecycleConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID of the Outposts bucket.

Returns:

  • (String)


6143
6144
6145
6146
6147
6148
6149
# File 'lib/aws-sdk-s3control/types.rb', line 6143

class PutBucketLifecycleConfigurationRequest < Struct.new(
  :account_id,
  :bucket,
  :lifecycle_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#bucketString

The name of the bucket for which to set the configuration.

Returns:

  • (String)


6143
6144
6145
6146
6147
6148
6149
# File 'lib/aws-sdk-s3control/types.rb', line 6143

class PutBucketLifecycleConfigurationRequest < Struct.new(
  :account_id,
  :bucket,
  :lifecycle_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycle_configurationTypes::LifecycleConfiguration

Container for lifecycle rules. You can add as many as 1,000 rules.



6143
6144
6145
6146
6147
6148
6149
# File 'lib/aws-sdk-s3control/types.rb', line 6143

class PutBucketLifecycleConfigurationRequest < Struct.new(
  :account_id,
  :bucket,
  :lifecycle_configuration)
  SENSITIVE = []
  include Aws::Structure
end