Class: Aws::S3::Types::GetBucketLoggingOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#logging_enabledTypes::LoggingEnabled



2772
2773
2774
2775
# File 'lib/aws-sdk-s3/types.rb', line 2772

class GetBucketLoggingOutput < Struct.new(
  :logging_enabled)
  include Aws::Structure
end