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.
216 217 218 |
# File 'sig/types.rbs', line 216 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
214 215 216 |
# File 'sig/types.rbs', line 214 def cluster_name @cluster_name end |
#encryption_config ⇒ ::Array[Types::EncryptionConfig]
Returns the value of attribute encryption_config.
215 216 217 |
# File 'sig/types.rbs', line 215 def encryption_config @encryption_config end |