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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


9089
9090
9091
9092
9093
9094
# File 'lib/aws-sdk-iot/types.rb', line 9089

class ListAttachedPoliciesResponse < Struct.new(
  :policies,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#policiesArray<Types::Policy>

The policies.

Returns:



9089
9090
9091
9092
9093
9094
# File 'lib/aws-sdk-iot/types.rb', line 9089

class ListAttachedPoliciesResponse < Struct.new(
  :policies,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end