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.
2278 2279 2280 |
# File 'sig/types.rbs', line 2278 def bucket @bucket end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
2281 2282 2283 |
# File 'sig/types.rbs', line 2281 def expected_bucket_owner @expected_bucket_owner end |
#id ⇒ ::String
Returns the value of attribute id.
2279 2280 2281 |
# File 'sig/types.rbs', line 2279 def id @id end |
#inventory_configuration ⇒ Types::InventoryConfiguration
Returns the value of attribute inventory_configuration.
2280 2281 2282 |
# File 'sig/types.rbs', line 2280 def inventory_configuration @inventory_configuration end |