Class: Aws::Types::UpdateKxClusterCodeConfigurationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:



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.

Returns:



1070
1071
1072
# File 'sig/types.rbs', line 1070

def cluster_name
  @cluster_name
end

#codeTypes::CodeConfiguration

Returns the value of attribute code.

Returns:



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.

Returns:



1074
1075
1076
# File 'sig/types.rbs', line 1074

def command_line_arguments
  @command_line_arguments
end

#deployment_configurationTypes::KxClusterCodeDeploymentConfiguration

Returns the value of attribute deployment_configuration.

Returns:



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.

Returns:



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.

Returns:



1073
1074
1075
# File 'sig/types.rbs', line 1073

def initialization_script
  @initialization_script
end