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

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)


4218
4219
4220
4221
4222
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4218

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