Class: Aws::Types::ListInstancesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


1005
1006
1007
# File 'sig/types.rbs', line 1005

def cluster_id
  @cluster_id
end

#instance_fleet_id::String

Returns the value of attribute instance_fleet_id.

Returns:

  • (::String)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def instance_fleet_id
  @instance_fleet_id
end

#instance_fleet_type"MASTER", ...

Returns the value of attribute instance_fleet_type.

Returns:

  • ("MASTER", "CORE", "TASK")


1009
1010
1011
# File 'sig/types.rbs', line 1009

def instance_fleet_type
  @instance_fleet_type
end

#instance_group_id::String

Returns the value of attribute instance_group_id.

Returns:

  • (::String)


1006
1007
1008
# File 'sig/types.rbs', line 1006

def instance_group_id
  @instance_group_id
end

#instance_group_types::Array[("MASTER" | "CORE" | "TASK")]

Returns the value of attribute instance_group_types.

Returns:

  • (::Array[("MASTER" | "CORE" | "TASK")])


1007
1008
1009
# File 'sig/types.rbs', line 1007

def instance_group_types
  @instance_group_types
end

#instance_states::Array[("AWAITING_FULFILLMENT" | "PROVISIONING" | "BOOTSTRAPPING" | "RUNNING" | "TERMINATED")]

Returns the value of attribute instance_states.

Returns:

  • (::Array[("AWAITING_FULFILLMENT" | "PROVISIONING" | "BOOTSTRAPPING" | "RUNNING" | "TERMINATED")])


1010
1011
1012
# File 'sig/types.rbs', line 1010

def instance_states
  @instance_states
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1011
1012
1013
# File 'sig/types.rbs', line 1011

def marker
  @marker
end