Class: Aws::Types::UpdateKxClusterDatabasesRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKxClusterDatabasesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#databases ⇒ ::Array[Types::KxDatabaseConfiguration]
Returns the value of attribute databases.
-
#deployment_configuration ⇒ Types::KxDeploymentConfiguration
Returns the value of attribute deployment_configuration.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def client_token @client_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def cluster_name @cluster_name end |
#databases ⇒ ::Array[Types::KxDatabaseConfiguration]
Returns the value of attribute databases.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def databases @databases end |
#deployment_configuration ⇒ Types::KxDeploymentConfiguration
Returns the value of attribute deployment_configuration.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def deployment_configuration @deployment_configuration end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def environment_id @environment_id end |