Class: Aws::IoT::Types::ListPoliciesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListPoliciesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The input for the ListPolicies 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.
Instance Attribute Details
#ascending_order ⇒ Boolean
Specifies the order for results. If true, the results are returned in ascending creation order.
10763 10764 10765 10766 10767 10768 10769 |
# File 'lib/aws-sdk-iot/types.rb', line 10763 class ListPoliciesRequest < Struct.new( :marker, :page_size, :ascending_order) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The marker for the next set of results.
10763 10764 10765 10766 10767 10768 10769 |
# File 'lib/aws-sdk-iot/types.rb', line 10763 class ListPoliciesRequest < Struct.new( :marker, :page_size, :ascending_order) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The result page size.
10763 10764 10765 10766 10767 10768 10769 |
# File 'lib/aws-sdk-iot/types.rb', line 10763 class ListPoliciesRequest < Struct.new( :marker, :page_size, :ascending_order) SENSITIVE = [] include Aws::Structure end |