Class: Aws::EMR::Types::ListSecurityConfigurationsInput

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)


4233
4234
4235
4236
4237
# File 'lib/aws-sdk-emr/types.rb', line 4233

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