Class: Aws::IoT::Types::ListPolicyPrincipalsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListPolicyPrincipalsResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The output from the ListPolicyPrincipals operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_marker ⇒ String
The marker for the next set of results, or null if there are no additional results.
-
#principals ⇒ Array<String>
The descriptions of the principals.
Instance Attribute Details
#next_marker ⇒ String
The marker for the next set of results, or null if there are no additional results.
11572 11573 11574 11575 11576 11577 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11572 class ListPolicyPrincipalsResponse < Struct.new( :principals, :next_marker) SENSITIVE = [] include Aws::Structure end |
#principals ⇒ Array<String>
The descriptions of the principals.
11572 11573 11574 11575 11576 11577 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11572 class ListPolicyPrincipalsResponse < Struct.new( :principals, :next_marker) SENSITIVE = [] include Aws::Structure end |