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
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.
12012 12013 12014 12015 12016 12017 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 12012 class SnapshotSortingEntity < Struct.new( :attribute, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The order for listing the attributes.
12012 12013 12014 12015 12016 12017 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 12012 class SnapshotSortingEntity < Struct.new( :attribute, :sort_order) SENSITIVE = [] include Aws::Structure end |