Class: Aws::IoT::Types::ListPolicyPrincipalsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListPolicyPrincipalsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The input for the ListPolicyPrincipals operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ascending_order ⇒ Boolean
Specifies the order for results.
-
#marker ⇒ String
The marker for the next set of results.
-
#page_size ⇒ Integer
The result page size.
-
#policy_name ⇒ String
The policy name.
Instance Attribute Details
#ascending_order ⇒ Boolean
Specifies the order for results. If true, the results are returned in ascending creation order.
10808 10809 10810 10811 10812 10813 10814 10815 |
# File 'lib/aws-sdk-iot/types.rb', line 10808 class ListPolicyPrincipalsRequest < Struct.new( :policy_name, :marker, :page_size, :ascending_order) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The marker for the next set of results.
10808 10809 10810 10811 10812 10813 10814 10815 |
# File 'lib/aws-sdk-iot/types.rb', line 10808 class ListPolicyPrincipalsRequest < Struct.new( :policy_name, :marker, :page_size, :ascending_order) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The result page size.
10808 10809 10810 10811 10812 10813 10814 10815 |
# File 'lib/aws-sdk-iot/types.rb', line 10808 class ListPolicyPrincipalsRequest < Struct.new( :policy_name, :marker, :page_size, :ascending_order) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The policy name.
10808 10809 10810 10811 10812 10813 10814 10815 |
# File 'lib/aws-sdk-iot/types.rb', line 10808 class ListPolicyPrincipalsRequest < Struct.new( :policy_name, :marker, :page_size, :ascending_order) SENSITIVE = [] include Aws::Structure end |