Class: Aws::EMR::Types::ListStudiosOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

The pagination token that indicates the next set of results to retrieve.

Returns:

  • (String)


4383
4384
4385
4386
4387
4388
# File 'lib/aws-sdk-emr/types.rb', line 4383

class ListStudiosOutput < Struct.new(
  :studios,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#studiosArray<Types::StudioSummary>

The list of Studio summary objects.

Returns:



4383
4384
4385
4386
4387
4388
# File 'lib/aws-sdk-emr/types.rb', line 4383

class ListStudiosOutput < Struct.new(
  :studios,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end