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.
12156 12157 12158 12159 12160 12161 12162 12163 |
# File 'lib/aws-sdk-iot/types.rb', line 12156 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.
12156 12157 12158 12159 12160 12161 12162 12163 |
# File 'lib/aws-sdk-iot/types.rb', line 12156 class ListPolicyPrincipalsRequest < Struct.new( :policy_name, :marker, :page_size, :ascending_order) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The result page size.
12156 12157 12158 12159 12160 12161 12162 12163 |
# File 'lib/aws-sdk-iot/types.rb', line 12156 class ListPolicyPrincipalsRequest < Struct.new( :policy_name, :marker, :page_size, :ascending_order) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The policy name.
12156 12157 12158 12159 12160 12161 12162 12163 |
# File 'lib/aws-sdk-iot/types.rb', line 12156 class ListPolicyPrincipalsRequest < Struct.new( :policy_name, :marker, :page_size, :ascending_order) SENSITIVE = [] include Aws::Structure end |