Class: Aws::Types::PutBucketLifecycleConfigurationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1545
1546
1547
# File 'sig/types.rbs', line 1545

def 
  @account_id
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


1546
1547
1548
# File 'sig/types.rbs', line 1546

def bucket
  @bucket
end

#lifecycle_configurationTypes::LifecycleConfiguration

Returns the value of attribute lifecycle_configuration.



1547
1548
1549
# File 'sig/types.rbs', line 1547

def lifecycle_configuration
  @lifecycle_configuration
end