Class: Aws::IoT::Types::ListPoliciesResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#next_markerString

The marker for the next set of results, or null if there are no additional results.

Returns:

  • (String)


10782
10783
10784
10785
10786
10787
# File 'lib/aws-sdk-iot/types.rb', line 10782

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

#policiesArray<Types::Policy>

The descriptions of the policies.

Returns:



10782
10783
10784
10785
10786
10787
# File 'lib/aws-sdk-iot/types.rb', line 10782

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