Class: Aws::Types::UpdateKxClusterCodeConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKxClusterCodeConfigurationRequest
- 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.
-
#code ⇒ Types::CodeConfiguration
Returns the value of attribute code.
-
#command_line_arguments ⇒ ::Array[Types::KxCommandLineArgument]
Returns the value of attribute command_line_arguments.
-
#deployment_configuration ⇒ Types::KxClusterCodeDeploymentConfiguration
Returns the value of attribute deployment_configuration.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#initialization_script ⇒ ::String
Returns the value of attribute initialization_script.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def client_token @client_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def cluster_name @cluster_name end |
#code ⇒ Types::CodeConfiguration
Returns the value of attribute code.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def code @code end |
#command_line_arguments ⇒ ::Array[Types::KxCommandLineArgument]
Returns the value of attribute command_line_arguments.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def command_line_arguments @command_line_arguments end |
#deployment_configuration ⇒ Types::KxClusterCodeDeploymentConfiguration
Returns the value of attribute deployment_configuration.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def deployment_configuration @deployment_configuration end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def environment_id @environment_id end |
#initialization_script ⇒ ::String
Returns the value of attribute initialization_script.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def initialization_script @initialization_script end |