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.
11520 11521 11522 11523 11524 11525 |
# File 'lib/aws-sdk-iot/types.rb', line 11520 class ListPoliciesResponse < Struct.new( :policies, :next_marker) SENSITIVE = [] include Aws::Structure end |
#policies ⇒ Array<Types::Policy>
The descriptions of the policies.
11520 11521 11522 11523 11524 11525 |
# File 'lib/aws-sdk-iot/types.rb', line 11520 class ListPoliciesResponse < Struct.new( :policies, :next_marker) SENSITIVE = [] include Aws::Structure end |