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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorizersArray<Types::AuthorizerSummary>

The authorizers.

Returns:



9424
9425
9426
9427
9428
9429
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9424

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)


9424
9425
9426
9427
9428
9429
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9424

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