Class: Aws::Types::AssociateEncryptionConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateEncryptionConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#encryption_config ⇒ ::Array[Types::EncryptionConfig]
Returns the value of attribute encryption_config.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
197 198 199 |
# File 'sig/types.rbs', line 197 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
195 196 197 |
# File 'sig/types.rbs', line 195 def cluster_name @cluster_name end |
#encryption_config ⇒ ::Array[Types::EncryptionConfig]
Returns the value of attribute encryption_config.
196 197 198 |
# File 'sig/types.rbs', line 196 def encryption_config @encryption_config end |