Class: Aws::Redshift::Types::SnapshotSortingEntity

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attributeString

The category for sorting the snapshots.

Returns:

  • (String)


11565
11566
11567
11568
11569
11570
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11565

class SnapshotSortingEntity < Struct.new(
  :attribute,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The order for listing the attributes.

Returns:

  • (String)


11565
11566
11567
11568
11569
11570
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11565

class SnapshotSortingEntity < Struct.new(
  :attribute,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end