Class: Aws::EMR::Types::ListInstancesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb

Overview

This input determines which instances to list.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_idString

The identifier of the cluster for which to list the instances.

Returns:

  • (String)


4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4069

class ListInstancesInput < Struct.new(
  :cluster_id,
  :instance_group_id,
  :instance_group_types,
  :instance_fleet_id,
  :instance_fleet_type,
  :instance_states,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#instance_fleet_idString

The unique identifier of the instance fleet.

Returns:

  • (String)


4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4069

class ListInstancesInput < Struct.new(
  :cluster_id,
  :instance_group_id,
  :instance_group_types,
  :instance_fleet_id,
  :instance_fleet_type,
  :instance_states,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#instance_fleet_typeString

The node type of the instance fleet. For example MASTER, CORE, or TASK.

Returns:

  • (String)


4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4069

class ListInstancesInput < Struct.new(
  :cluster_id,
  :instance_group_id,
  :instance_group_types,
  :instance_fleet_id,
  :instance_fleet_type,
  :instance_states,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#instance_group_idString

The identifier of the instance group for which to list the instances.

Returns:

  • (String)


4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4069

class ListInstancesInput < Struct.new(
  :cluster_id,
  :instance_group_id,
  :instance_group_types,
  :instance_fleet_id,
  :instance_fleet_type,
  :instance_states,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#instance_group_typesArray<String>

The type of instance group for which to list the instances.

Returns:

  • (Array<String>)


4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4069

class ListInstancesInput < Struct.new(
  :cluster_id,
  :instance_group_id,
  :instance_group_types,
  :instance_fleet_id,
  :instance_fleet_type,
  :instance_states,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#instance_statesArray<String>

A list of instance states that will filter the instances returned with this request.

Returns:

  • (Array<String>)


4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4069

class ListInstancesInput < Struct.new(
  :cluster_id,
  :instance_group_id,
  :instance_group_types,
  :instance_fleet_id,
  :instance_fleet_type,
  :instance_states,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

The pagination token that indicates the next set of results to retrieve.

Returns:

  • (String)


4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4069

class ListInstancesInput < Struct.new(
  :cluster_id,
  :instance_group_id,
  :instance_group_types,
  :instance_fleet_id,
  :instance_fleet_type,
  :instance_states,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end