Class: Aws::EMR::Types::ListStudiosInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ListStudiosInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
The pagination token that indicates the set of results to retrieve.
Instance Attribute Details
#marker ⇒ String
The pagination token that indicates the set of results to retrieve.
4394 4395 4396 4397 4398 |
# File 'lib/aws-sdk-emr/types.rb', line 4394 class ListStudiosInput < Struct.new( :marker) SENSITIVE = [] include Aws::Structure end |