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
-
#logging_enabled ⇒ Types::LoggingEnabled
Container for logging information.
Instance Attribute Details
#logging_enabled ⇒ Types::LoggingEnabled
Container for logging information. Presence of this element indicates that logging is enabled. Parameters TargetBucket and TargetPrefix are required in this case.
2473 2474 2475 2476 |
# File 'lib/aws-sdk-s3/types.rb', line 2473 class GetBucketLoggingOutput < Struct.new( :logging_enabled) include Aws::Structure end |