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)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
# File 'lib/aws-sdk-emr/types.rb', line 4084

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)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
# File 'lib/aws-sdk-emr/types.rb', line 4084

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)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
# File 'lib/aws-sdk-emr/types.rb', line 4084

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)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
# File 'lib/aws-sdk-emr/types.rb', line 4084

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


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
# File 'lib/aws-sdk-emr/types.rb', line 4084

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


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
# File 'lib/aws-sdk-emr/types.rb', line 4084

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)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
# File 'lib/aws-sdk-emr/types.rb', line 4084

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