Class: Aws::IoT::Types::ListPolicyPrincipalsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListPolicyPrincipalsResponse
- Includes:
- Structure
- Defined in:
- 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.
10828 10829 10830 10831 10832 10833 |
# File 'lib/aws-sdk-iot/types.rb', line 10828 class ListPolicyPrincipalsResponse < Struct.new( :principals, :next_marker) SENSITIVE = [] include Aws::Structure end |
#principals ⇒ Array<String>
The descriptions of the principals.
10828 10829 10830 10831 10832 10833 |
# File 'lib/aws-sdk-iot/types.rb', line 10828 class ListPolicyPrincipalsResponse < Struct.new( :principals, :next_marker) SENSITIVE = [] include Aws::Structure end |