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)


11961
11962
11963
# File 'sig/types.rbs', line 11961

def cluster_name
  @cluster_name
end

#deployment_configTypes::DeploymentConfiguration

Returns the value of attribute deployment_config.



11963
11964
11965
# File 'sig/types.rbs', line 11963

def deployment_config
  @deployment_config
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


11964
11965
11966
# File 'sig/types.rbs', line 11964

def image_id
  @image_id
end

#instance_groups::Array[Types::UpdateClusterSoftwareInstanceGroupSpecification]

Returns the value of attribute instance_groups.



11962
11963
11964
# File 'sig/types.rbs', line 11962

def instance_groups
  @instance_groups
end