Class: Aws::PartnerCentralChannel::Types::ListRelationshipsSortBase
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::ListRelationshipsSortBase
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Base sorting configuration for relationships.
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.
946 947 948 949 950 951 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 946 class ListRelationshipsSortBase < Struct.new( :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The sort order (ascending or descending).
946 947 948 949 950 951 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 946 class ListRelationshipsSortBase < Struct.new( :sort_order, :sort_by) SENSITIVE = [] include Aws::Structure end |