Class: Aws::IoT::Types::ListPrincipalPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListPrincipalPoliciesResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The output from the ListPrincipalPolicies 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.
-
#policies ⇒ Array<Types::Policy>
The policies.
Instance Attribute Details
#next_marker ⇒ String
The marker for the next set of results, or null if there are no additional results.
11646 11647 11648 11649 11650 11651 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11646 class ListPrincipalPoliciesResponse < Struct.new( :policies, :next_marker) SENSITIVE = [] include Aws::Structure end |
#policies ⇒ Array<Types::Policy>
The policies.
11646 11647 11648 11649 11650 11651 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11646 class ListPrincipalPoliciesResponse < Struct.new( :policies, :next_marker) SENSITIVE = [] include Aws::Structure end |