Class: Aws::Types::AddInstanceFleetOutput

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)


20
21
22
# File 'sig/types.rbs', line 20

def cluster_arn
  @cluster_arn
end

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def cluster_id
  @cluster_id
end

#instance_fleet_id::String

Returns the value of attribute instance_fleet_id.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def instance_fleet_id
  @instance_fleet_id
end