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.
11832 11833 11834 11835 11836 11837 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11832 class ListPolicyPrincipalsResponse < Struct.new( :principals, :next_marker) SENSITIVE = [] include Aws::Structure end |
#principals ⇒ Array<String>
The descriptions of the principals.
11832 11833 11834 11835 11836 11837 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11832 class ListPolicyPrincipalsResponse < Struct.new( :principals, :next_marker) SENSITIVE = [] include Aws::Structure end |