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)


11906
11907
11908
11909
11910
11911
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11906

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

#policiesArray<Types::Policy>

The policies.

Returns:



11906
11907
11908
11909
11910
11911
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11906

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