Class: Aws::EMR::Types::ListInstanceFleetsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ListInstanceFleetsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
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.
3983 3984 3985 3986 3987 3988 |
# File 'lib/aws-sdk-emr/types.rb', line 3983 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.
3983 3984 3985 3986 3987 3988 |
# File 'lib/aws-sdk-emr/types.rb', line 3983 class ListInstanceFleetsInput < Struct.new( :cluster_id, :marker) SENSITIVE = [] include Aws::Structure end |