Class: Aws::EMR::Types::ListInstanceFleetsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ListInstanceFleetsInput
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Note:
When making an API call, you may pass ListInstanceFleetsInput data as a hash:
{
cluster_id: "ClusterId", # required
marker: "Marker",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
The unique identifier of the cluster.
-
#marker ⇒ String
The pagination token that indicates the next set of results to retrieve.
Instance Attribute Details
#cluster_id ⇒ String
The unique identifier of the cluster.
4682 4683 4684 4685 4686 4687 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4682 class ListInstanceFleetsInput < Struct.new( :cluster_id, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The pagination token that indicates the next set of results to retrieve.
4682 4683 4684 4685 4686 4687 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4682 class ListInstanceFleetsInput < Struct.new( :cluster_id, :marker) SENSITIVE = [] include Aws::Structure end |