Class: Aws::S3::Types::SseKmsEncryptedObjects
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::SseKmsEncryptedObjects
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass SseKmsEncryptedObjects data as a hash:
{
status: "Enabled", # required, accepts Enabled, Disabled
}
Container for filter information of selection of KMS Encrypted S3 objects.
Instance Attribute Summary collapse
-
#status ⇒ String
The replication for KMS encrypted S3 objects is disabled if status is not Enabled.
Instance Attribute Details
#status ⇒ String
The replication for KMS encrypted S3 objects is disabled if status is not Enabled.
8156 8157 8158 8159 |
# File 'lib/aws-sdk-s3/types.rb', line 8156 class SseKmsEncryptedObjects < Struct.new( :status) include Aws::Structure end |