Class: Aws::S3::Types::GetBucketNotificationConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketNotificationConfigurationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass GetBucketNotificationConfigurationRequest data as a hash:
{
bucket: "BucketName", # required
}
Instance Attribute Summary collapse
-
#bucket ⇒ String
Name of the bucket to get the notification configuration for.
Instance Attribute Details
#bucket ⇒ String
Name of the bucket to get the notification configuration for.
2544 2545 2546 2547 |
# File 'lib/aws-sdk-s3/types.rb', line 2544 class GetBucketNotificationConfigurationRequest < Struct.new( :bucket) include Aws::Structure end |