Class: Aws::EMR::Types::ListStudiosOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ListStudiosOutput
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
The pagination token that indicates the next set of results to retrieve.
-
#studios ⇒ Array<Types::StudioSummary>
The list of Studio summary objects.
Instance Attribute Details
#marker ⇒ String
The pagination token that indicates the next set of results to retrieve.
4258 4259 4260 4261 4262 4263 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4258 class ListStudiosOutput < Struct.new( :studios, :marker) SENSITIVE = [] include Aws::Structure end |
#studios ⇒ Array<Types::StudioSummary>
The list of Studio summary objects.
4258 4259 4260 4261 4262 4263 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4258 class ListStudiosOutput < Struct.new( :studios, :marker) SENSITIVE = [] include Aws::Structure end |