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

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

Returns:

  • (String)


4352
4353
4354
4355
4356
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4352

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