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)


11969
11970
11971
# File 'sig/types.rbs', line 11969

def cluster_name
  @cluster_name
end

#deployment_configTypes::DeploymentConfiguration

Returns the value of attribute deployment_config.



11971
11972
11973
# File 'sig/types.rbs', line 11971

def deployment_config
  @deployment_config
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


11972
11973
11974
# File 'sig/types.rbs', line 11972

def image_id
  @image_id
end

#instance_groups::Array[Types::UpdateClusterSoftwareInstanceGroupSpecification]

Returns the value of attribute instance_groups.



11970
11971
11972
# File 'sig/types.rbs', line 11970

def instance_groups
  @instance_groups
end