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
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.
5747 5748 5749 5750 5751 |
# File 'lib/aws-sdk-s3/types.rb', line 5747 class GetBucketEncryptionOutput < Struct.new( :server_side_encryption_configuration) SENSITIVE = [] include Aws::Structure end |