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)


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_orderString

The order for listing the attributes.

Returns:

  • (String)


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