Class: Aws::IoT::Types::ListPolicyPrincipalsRequest

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

Overview

The input for the ListPolicyPrincipals operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ascending_orderBoolean

Specifies the order for results. If true, the results are returned in ascending creation order.

Returns:

  • (Boolean)


10483
10484
10485
10486
10487
10488
10489
10490
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10483

class ListPolicyPrincipalsRequest < Struct.new(
  :policy_name,
  :marker,
  :page_size,
  :ascending_order)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

The marker for the next set of results.

Returns:

  • (String)


10483
10484
10485
10486
10487
10488
10489
10490
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10483

class ListPolicyPrincipalsRequest < Struct.new(
  :policy_name,
  :marker,
  :page_size,
  :ascending_order)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

The result page size.

Returns:

  • (Integer)


10483
10484
10485
10486
10487
10488
10489
10490
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10483

class ListPolicyPrincipalsRequest < Struct.new(
  :policy_name,
  :marker,
  :page_size,
  :ascending_order)
  SENSITIVE = []
  include Aws::Structure
end

#policy_nameString

The policy name.

Returns:

  • (String)


10483
10484
10485
10486
10487
10488
10489
10490
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10483

class ListPolicyPrincipalsRequest < Struct.new(
  :policy_name,
  :marker,
  :page_size,
  :ascending_order)
  SENSITIVE = []
  include Aws::Structure
end