Class: Aws::Types::AddInstanceGroupsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def cluster_arn
  @cluster_arn
end

#instance_group_ids::Array[::String]

Returns the value of attribute instance_group_ids.

Returns:

  • (::Array[::String])


32
33
34
# File 'sig/types.rbs', line 32

def instance_group_ids
  @instance_group_ids
end

#job_flow_id::String

Returns the value of attribute job_flow_id.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def job_flow_id
  @job_flow_id
end