Class: Aws::IoT::Types::ListPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListPoliciesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The output from the ListPolicies 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 descriptions of the policies.
Instance Attribute Details
#next_marker ⇒ String
The marker for the next set of results, or null if there are no additional results.
10782 10783 10784 10785 10786 10787 |
# File 'lib/aws-sdk-iot/types.rb', line 10782 class ListPoliciesResponse < Struct.new( :policies, :next_marker) SENSITIVE = [] include Aws::Structure end |
#policies ⇒ Array<Types::Policy>
The descriptions of the policies.
10782 10783 10784 10785 10786 10787 |
# File 'lib/aws-sdk-iot/types.rb', line 10782 class ListPoliciesResponse < Struct.new( :policies, :next_marker) SENSITIVE = [] include Aws::Structure end |