Class: Aws::IoT::Types::ListPolicyPrincipalsResponse

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

Overview

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


10503
10504
10505
10506
10507
10508
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10503

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

#principalsArray<String>

The descriptions of the principals.

Returns:

  • (Array<String>)


10503
10504
10505
10506
10507
10508
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10503

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