Class: Aws::Types::SearchResourcesSortCriteria

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name"ACCOUNT_ID", ...

Returns the value of attribute attribute_name.

Returns:

  • ("ACCOUNT_ID", "RESOURCE_NAME", "S3_CLASSIFIABLE_OBJECT_COUNT", "S3_CLASSIFIABLE_SIZE_IN_BYTES")


1630
1631
1632
# File 'sig/types.rbs', line 1630

def attribute_name
  @attribute_name
end

#order_by"ASC", "DESC"

Returns the value of attribute order_by.

Returns:

  • ("ASC", "DESC")


1631
1632
1633
# File 'sig/types.rbs', line 1631

def order_by
  @order_by
end