Class: Aws::S3::Types::GetBucketMetricsConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketMetricsConfigurationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass GetBucketMetricsConfigurationRequest data as a hash:
{
bucket: "BucketName", # required
id: "MetricsId", # required
}
Instance Attribute Summary collapse
-
#bucket ⇒ String
The name of the bucket containing the metrics configuration to retrieve.
-
#id ⇒ String
The ID used to identify the metrics configuration.
Instance Attribute Details
#bucket ⇒ String
The name of the bucket containing the metrics configuration to retrieve.
2525 2526 2527 2528 2529 |
# File 'lib/aws-sdk-s3/types.rb', line 2525 class GetBucketMetricsConfigurationRequest < Struct.new( :bucket, :id) include Aws::Structure end |
#id ⇒ String
The ID used to identify the metrics configuration.
2525 2526 2527 2528 2529 |
# File 'lib/aws-sdk-s3/types.rb', line 2525 class GetBucketMetricsConfigurationRequest < Struct.new( :bucket, :id) include Aws::Structure end |