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)


11555
11556
11557
11558
11559
11560
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11555

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

#sort_orderString

The order for listing the attributes.

Returns:

  • (String)


11555
11556
11557
11558
11559
11560
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11555

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