Class: Aws::S3::Types::GetBucketEncryptionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketEncryptionOutput
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Specifies the default server-side-encryption configuration.
Instance Attribute Details
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Specifies the default server-side-encryption configuration.
6154 6155 6156 6157 6158 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 6154 class GetBucketEncryptionOutput < Struct.new( :server_side_encryption_configuration) SENSITIVE = [] include Aws::Structure end |