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:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2279
2280
2281
# File 'sig/types.rbs', line 2279

def id
  @id
end

#inventory_configurationTypes::InventoryConfiguration

Returns the value of attribute inventory_configuration.



2280
2281
2282
# File 'sig/types.rbs', line 2280

def inventory_configuration
  @inventory_configuration
end