Class: Aws::IoT::Types::ListPrincipalPoliciesResponse

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

Overview

The output from the ListPrincipalPolicies 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)


10577
10578
10579
10580
10581
10582
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10577

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

#policiesArray<Types::Policy>

The policies.

Returns:



10577
10578
10579
10580
10581
10582
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10577

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