Class: Aws::IoT::Types::ListAttachedPoliciesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_markerString

The token to retrieve the next set of results, or null if there are no more results.

Returns:

  • (String)


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

#policiesArray<Types::Policy>

The policies.

Returns:



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