Method: Aws::S3::Types::DeleteBucketMetricsConfigurationRequest#bucket

Defined in:
lib/aws-sdk-s3/types.rb

#bucketString

The name of the bucket containing the metrics configuration to delete.

Returns:



4424
4425
4426
4427
4428
4429
4430
# File 'lib/aws-sdk-s3/types.rb', line 4424

class DeleteBucketMetricsConfigurationRequest < Struct.new(
  :bucket,
  :id,
  :expected_bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end