class Aws::Redshift::Types::SnapshotSortingEntity

Describes a sorting entity

@note When making an API call, you may pass SnapshotSortingEntity

data as a hash:

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

@!attribute [rw] attribute

The category for sorting the snapshots.
@return [String]

@!attribute [rw] sort_order

The order for listing the attributes.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SnapshotSortingEntity AWS API Documentation

Constants

SENSITIVE