Class: Aws::PartnerCentralChannel::Types::ListProgramManagementAccountsSortBase
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::ListProgramManagementAccountsSortBase
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Base sorting configuration for program management accounts.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sort_by ⇒ String
The field to sort by.
-
#sort_order ⇒ String
The sort order (ascending or descending).
Instance Attribute Details
#sort_by ⇒ String
The field to sort by.
863 864 865 866 867 868 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 863 class ListProgramManagementAccountsSortBase < Struct.new( :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The sort order (ascending or descending).
863 864 865 866 867 868 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 863 class ListProgramManagementAccountsSortBase < Struct.new( :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |