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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/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)


4608
4609
4610
4611
4612
4613
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4608

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

#studiosArray<Types::StudioSummary>

The list of Studio summary objects.

Returns:



4608
4609
4610
4611
4612
4613
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4608

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