Class: Aws::Redshift::Types::SnapshotSortingEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::SnapshotSortingEntity
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Note:
When making an API call, you may pass SnapshotSortingEntity data as a hash:
{
attribute: "SOURCE_TYPE", # required, accepts SOURCE_TYPE, TOTAL_SIZE, CREATE_TIME
sort_order: "ASC", # accepts ASC, DESC
}
Describes a sorting entity
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute ⇒ String
The category for sorting the snapshots.
-
#sort_order ⇒ String
The order for listing the attributes.
Instance Attribute Details
#attribute ⇒ String
The category for sorting the snapshots.
11682 11683 11684 11685 11686 11687 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11682 class SnapshotSortingEntity < Struct.new( :attribute, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The order for listing the attributes.
11682 11683 11684 11685 11686 11687 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11682 class SnapshotSortingEntity < Struct.new( :attribute, :sort_order) SENSITIVE = [] include Aws::Structure end |