Class: Aws::Types::SourceSelectionCriteria
- Inherits:
-
Object
- Object
- Aws::Types::SourceSelectionCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#replica_modifications ⇒ Types::ReplicaModifications
Returns the value of attribute replica_modifications.
-
#sse_kms_encrypted_objects ⇒ Types::SseKmsEncryptedObjects
Returns the value of attribute sse_kms_encrypted_objects.
Instance Attribute Details
#replica_modifications ⇒ Types::ReplicaModifications
Returns the value of attribute replica_modifications.
2912 2913 2914 |
# File 'sig/types.rbs', line 2912 def replica_modifications @replica_modifications end |
#sse_kms_encrypted_objects ⇒ Types::SseKmsEncryptedObjects
Returns the value of attribute sse_kms_encrypted_objects.
2911 2912 2913 |
# File 'sig/types.rbs', line 2911 def sse_kms_encrypted_objects @sse_kms_encrypted_objects end |