Class: Aws::IoT::Types::ListAuthorizersResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorizersArray<Types::AuthorizerSummary>

The authorizers.

Returns:



10347
10348
10349
10350
10351
10352
# File 'lib/aws-sdk-iot/types.rb', line 10347

class ListAuthorizersResponse < Struct.new(
  :authorizers,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#next_markerString

A marker used to get the next set of results.

Returns:

  • (String)


10347
10348
10349
10350
10351
10352
# File 'lib/aws-sdk-iot/types.rb', line 10347

class ListAuthorizersResponse < Struct.new(
  :authorizers,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end