Class: Aws::S3::Types::GetBucketLoggingOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketLoggingOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
Instance Attribute Details
#logging_enabled ⇒ Types::LoggingEnabled
2467 2468 2469 2470 |
# File 'lib/aws-sdk-s3/types.rb', line 2467 class GetBucketLoggingOutput < Struct.new( :logging_enabled) include Aws::Structure end |