Class: Aws::S3::Types::GetBucketEncryptionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketEncryptionOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
Instance Attribute Details
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
2626 2627 2628 2629 |
# File 'lib/aws-sdk-s3/types.rb', line 2626 class GetBucketEncryptionOutput < Struct.new( :server_side_encryption_configuration) include Aws::Structure end |