Class: Aws::IoT::Types::ListAttachedPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListAttachedPoliciesResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_marker ⇒ String
The token to retrieve the next set of results, or
nullif there are no more results. -
#policies ⇒ Array<Types::Policy>
The policies.
Instance Attribute Details
#next_marker ⇒ String
The token to retrieve the next set of results, or null if
there are no more results.
10084 10085 10086 10087 10088 10089 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10084 class ListAttachedPoliciesResponse < Struct.new( :policies, :next_marker) SENSITIVE = [] include Aws::Structure end |
#policies ⇒ Array<Types::Policy>
The policies.
10084 10085 10086 10087 10088 10089 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10084 class ListAttachedPoliciesResponse < Struct.new( :policies, :next_marker) SENSITIVE = [] include Aws::Structure end |