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)


4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
# File 'lib/aws-sdk-emr/types.rb', line 4056

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)


4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
# File 'lib/aws-sdk-emr/types.rb', line 4056

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)


4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
# File 'lib/aws-sdk-emr/types.rb', line 4056

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)


4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
# File 'lib/aws-sdk-emr/types.rb', line 4056

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


4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
# File 'lib/aws-sdk-emr/types.rb', line 4056

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


4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
# File 'lib/aws-sdk-emr/types.rb', line 4056

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)


4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
# File 'lib/aws-sdk-emr/types.rb', line 4056

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