Class: Aws::Deadline::Types::ParameterSortExpression

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

Organizes parameters according to your specifications.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The parameter name to sort by.

Returns:

  • (String)


6259
6260
6261
6262
6263
6264
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6259

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

#sort_orderString

The sort order for the parameter.

Returns:

  • (String)


6259
6260
6261
6262
6263
6264
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6259

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