Class: Aws::Types::PutBucketInventoryConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutBucketInventoryConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#inventory_configuration ⇒ Types::InventoryConfiguration
Returns the value of attribute inventory_configuration.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
2299 2300 2301 |
# File 'sig/types.rbs', line 2299 def bucket @bucket end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
2302 2303 2304 |
# File 'sig/types.rbs', line 2302 def expected_bucket_owner @expected_bucket_owner end |
#id ⇒ ::String
Returns the value of attribute id.
2300 2301 2302 |
# File 'sig/types.rbs', line 2300 def id @id end |
#inventory_configuration ⇒ Types::InventoryConfiguration
Returns the value of attribute inventory_configuration.
2301 2302 2303 |
# File 'sig/types.rbs', line 2301 def inventory_configuration @inventory_configuration end |