Class: Aws::Types::UpdateSecurityRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSecurityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_authentication ⇒ Types::ClientAuthentication
Returns the value of attribute client_authentication.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#encryption_info ⇒ Types::EncryptionInfo
Returns the value of attribute encryption_info.
Instance Attribute Details
#client_authentication ⇒ Types::ClientAuthentication
Returns the value of attribute client_authentication.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def client_authentication @client_authentication end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def cluster_arn @cluster_arn end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def current_version @current_version end |
#encryption_info ⇒ Types::EncryptionInfo
Returns the value of attribute encryption_info.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def encryption_info @encryption_info end |