Class: Aws::EMR::Types::ListInstancesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ListInstancesInput
- 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
-
#cluster_id ⇒ String
The identifier of the cluster for which to list the instances.
-
#instance_fleet_id ⇒ String
The unique identifier of the instance fleet.
-
#instance_fleet_type ⇒ String
The node type of the instance fleet.
-
#instance_group_id ⇒ String
The identifier of the instance group for which to list the instances.
-
#instance_group_types ⇒ Array<String>
The type of instance group for which to list the instances.
-
#instance_states ⇒ Array<String>
A list of instance states that will filter the instances returned with this request.
-
#marker ⇒ String
The pagination token that indicates the next set of results to retrieve.
Instance Attribute Details
#cluster_id ⇒ String
The identifier of the cluster for which to list the instances.
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_id ⇒ String
The unique identifier of the instance fleet.
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_type ⇒ String
The node type of the instance fleet. For example MASTER, CORE, or TASK.
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_id ⇒ String
The identifier of the instance group for which to list the instances.
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_types ⇒ Array<String>
The type of instance group for which to list the instances.
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_states ⇒ Array<String>
A list of instance states that will filter the instances returned with this request.
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 |
#marker ⇒ String
The pagination token that indicates the next set of results to retrieve.
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 |