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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


10457
10458
10459
10460
10461
10462
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10457

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

#policiesArray<Types::Policy>

The descriptions of the policies.

Returns:



10457
10458
10459
10460
10461
10462
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10457

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