Method: Aws::S3::Types::DeleteBucketMetricsConfigurationRequest#bucket
- Defined in:
- lib/aws-sdk-s3/types.rb
#bucket ⇒ String
The name of the bucket containing the metrics configuration to delete.
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 |