Class: Aws::Types::SnapshotSortingEntity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute"SOURCE_TYPE", ...

Returns the value of attribute attribute.

Returns:

  • ("SOURCE_TYPE", "TOTAL_SIZE", "CREATE_TIME")


2974
2975
2976
# File 'sig/types.rbs', line 2974

def attribute
  @attribute
end

#sort_order"ASC", "DESC"

Returns the value of attribute sort_order.

Returns:

  • ("ASC", "DESC")


2975
2976
2977
# File 'sig/types.rbs', line 2975

def sort_order
  @sort_order
end