Class: Aws::IoT::Types::ListAuthorizersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListAuthorizersResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorizers ⇒ Array<Types::AuthorizerSummary>
The authorizers.
-
#next_marker ⇒ String
A marker used to get the next set of results.
Instance Attribute Details
#authorizers ⇒ Array<Types::AuthorizerSummary>
The authorizers.
10613 10614 10615 10616 10617 10618 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10613 class ListAuthorizersResponse < Struct.new( :authorizers, :next_marker) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
A marker used to get the next set of results.
10613 10614 10615 10616 10617 10618 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10613 class ListAuthorizersResponse < Struct.new( :authorizers, :next_marker) SENSITIVE = [] include Aws::Structure end |