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
null
if 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.
10018 10019 10020 10021 10022 10023 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10018 class ListAttachedPoliciesResponse < Struct.new( :policies, :next_marker) SENSITIVE = [] include Aws::Structure end |
#policies ⇒ Array<Types::Policy>
The policies.
10018 10019 10020 10021 10022 10023 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10018 class ListAttachedPoliciesResponse < Struct.new( :policies, :next_marker) SENSITIVE = [] include Aws::Structure end |