Class: Aws::EMR::Types::ListStudiosInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ListStudiosInput
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Note:
When making an API call, you may pass ListStudiosInput data as a hash:
{
marker: "Marker",
}
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.
5165 5166 5167 5168 5169 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5165 class ListStudiosInput < Struct.new( :marker) SENSITIVE = [] include Aws::Structure end |