Class: Aws::Types::PutBucketInventoryConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:



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.

Returns:



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.

Returns:



2300
2301
2302
# File 'sig/types.rbs', line 2300

def id
  @id
end

#inventory_configurationTypes::InventoryConfiguration

Returns the value of attribute inventory_configuration.

Returns:



2301
2302
2303
# File 'sig/types.rbs', line 2301

def inventory_configuration
  @inventory_configuration
end