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.
2734 2735 2736 2737 |
# File 'lib/aws-sdk-s3/types.rb', line 2734 class GetBucketNotificationConfigurationRequest < Struct.new( :bucket) include Aws::Structure end |