You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SnapshotSortingEntity as input to an Aws::Client method, you can use a vanilla Hash:

{
  attribute: "SOURCE_TYPE", # required, accepts SOURCE_TYPE, TOTAL_SIZE, CREATE_TIME
  sort_order: "ASC", # accepts ASC, DESC
}

Describes a sorting entity

Instance Attribute Summary collapse

Instance Attribute Details

#attributeString

The category for sorting the snapshots.

Possible values:

  • SOURCE_TYPE
  • TOTAL_SIZE
  • CREATE_TIME

Returns:

  • (String)

    The category for sorting the snapshots.

#sort_orderString

The order for listing the attributes.

Possible values:

  • ASC
  • DESC

Returns:

  • (String)

    The order for listing the attributes.