Class: Aws::IoT::Types::ListRoleAliasesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListRoleAliasesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ascending_order ⇒ Boolean
Return the list of role aliases in ascending alphabetical order.
-
#marker ⇒ String
A marker used to get the next set of results.
-
#page_size ⇒ Integer
The maximum number of results to return at one time.
Instance Attribute Details
#ascending_order ⇒ Boolean
Return the list of role aliases in ascending alphabetical order.
11125 11126 11127 11128 11129 11130 11131 |
# File 'lib/aws-sdk-iot/types.rb', line 11125 class ListRoleAliasesRequest < Struct.new( :page_size, :marker, :ascending_order) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
A marker used to get the next set of results.
11125 11126 11127 11128 11129 11130 11131 |
# File 'lib/aws-sdk-iot/types.rb', line 11125 class ListRoleAliasesRequest < Struct.new( :page_size, :marker, :ascending_order) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The maximum number of results to return at one time.
11125 11126 11127 11128 11129 11130 11131 |
# File 'lib/aws-sdk-iot/types.rb', line 11125 class ListRoleAliasesRequest < Struct.new( :page_size, :marker, :ascending_order) SENSITIVE = [] include Aws::Structure end |