Class: Aws::EMR::Types::ListStudiosInput

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 set of results to retrieve.

Returns:

  • (String)


4366
4367
4368
4369
4370
# File 'lib/aws-sdk-emr/types.rb', line 4366

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