Class: Aws::S3::Types::DeleteBucketAnalyticsConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::DeleteBucketAnalyticsConfigurationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass DeleteBucketAnalyticsConfigurationRequest data as a hash:
{
bucket: "BucketName", # required
id: "AnalyticsId", # required
}
Instance Attribute Summary collapse
-
#bucket ⇒ String
The name of the bucket from which an analytics configuration is deleted.
-
#id ⇒ String
The identifier used to represent an analytics configuration.
Instance Attribute Details
#bucket ⇒ String
The name of the bucket from which an analytics configuration is deleted.
1585 1586 1587 1588 1589 |
# File 'lib/aws-sdk-s3/types.rb', line 1585 class DeleteBucketAnalyticsConfigurationRequest < Struct.new( :bucket, :id) include Aws::Structure end |
#id ⇒ String
The identifier used to represent an analytics configuration.
1585 1586 1587 1588 1589 |
# File 'lib/aws-sdk-s3/types.rb', line 1585 class DeleteBucketAnalyticsConfigurationRequest < Struct.new( :bucket, :id) include Aws::Structure end |