Class: Aws::S3::Types::GetBucketLoggingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketLoggingRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass GetBucketLoggingRequest data as a hash:
{
bucket: "BucketName", # required
}
Instance Attribute Summary collapse
-
#bucket ⇒ String
The bucket name for which to get the logging information.
Instance Attribute Details
#bucket ⇒ String
The bucket name for which to get the logging information.
3982 3983 3984 3985 |
# File 'lib/aws-sdk-s3/types.rb', line 3982 class GetBucketLoggingRequest < Struct.new( :bucket) include Aws::Structure end |