Class: Aws::IoT::Types::ListPrincipalPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListPrincipalPoliciesResponse
- Includes:
- Structure
- Defined in:
- 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.
10902 10903 10904 10905 10906 10907 |
# File 'lib/aws-sdk-iot/types.rb', line 10902 class ListPrincipalPoliciesResponse < Struct.new( :policies, :next_marker) SENSITIVE = [] include Aws::Structure end |
#policies ⇒ Array<Types::Policy>
The policies.
10902 10903 10904 10905 10906 10907 |
# File 'lib/aws-sdk-iot/types.rb', line 10902 class ListPrincipalPoliciesResponse < Struct.new( :policies, :next_marker) SENSITIVE = [] include Aws::Structure end |