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
}
A container for filter information for the selection of S3 objects encrypted with AWS KMS.
Instance Attribute Summary collapse
-
#status ⇒ String
If the status is not ‘Enabled`, replication for S3 objects encrypted with AWS KMS is disabled.
Instance Attribute Details
#status ⇒ String
If the status is not ‘Enabled`, replication for S3 objects encrypted with AWS KMS is disabled.
9425 9426 9427 9428 |
# File 'lib/aws-sdk-s3/types.rb', line 9425 class SseKmsEncryptedObjects < Struct.new( :status) include Aws::Structure end |