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.
10353 10354 10355 10356 10357 10358 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10353 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.
10353 10354 10355 10356 10357 10358 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10353 class ListAuthorizersResponse < Struct.new( :authorizers, :next_marker) SENSITIVE = [] include Aws::Structure end |