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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
# File 'lib/aws-sdk-emr/types.rb', line 4042

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)


4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
# File 'lib/aws-sdk-emr/types.rb', line 4042

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)


4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
# File 'lib/aws-sdk-emr/types.rb', line 4042

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)


4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
# File 'lib/aws-sdk-emr/types.rb', line 4042

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>)


4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
# File 'lib/aws-sdk-emr/types.rb', line 4042

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>)


4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
# File 'lib/aws-sdk-emr/types.rb', line 4042

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)


4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
# File 'lib/aws-sdk-emr/types.rb', line 4042

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