Class: Aws::Types::UpdateClusterSoftwareRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


12045
12046
12047
# File 'sig/types.rbs', line 12045

def cluster_name
  @cluster_name
end

#deployment_configTypes::DeploymentConfiguration

Returns the value of attribute deployment_config.



12047
12048
12049
# File 'sig/types.rbs', line 12047

def deployment_config
  @deployment_config
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


12048
12049
12050
# File 'sig/types.rbs', line 12048

def image_id
  @image_id
end

#instance_groups::Array[Types::UpdateClusterSoftwareInstanceGroupSpecification]

Returns the value of attribute instance_groups.



12046
12047
12048
# File 'sig/types.rbs', line 12046

def instance_groups
  @instance_groups
end