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)


4369
4370
4371
4372
4373
4374
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4369

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

#studiosArray<Types::StudioSummary>

The list of Studio summary objects.

Returns:



4369
4370
4371
4372
4373
4374
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4369

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