Class: Aws::Types::AmiAggregation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amis::Array[Types::StringFilter]

Returns the value of attribute amis.

Returns:



153
154
155
# File 'sig/types.rbs', line 153

def amis
  @amis
end

#sort_by"CRITICAL", ...

Returns the value of attribute sort_by.

Returns:

  • ("CRITICAL", "HIGH", "ALL", "AFFECTED_INSTANCES")


155
156
157
# File 'sig/types.rbs', line 155

def sort_by
  @sort_by
end

#sort_order"ASC", "DESC"

Returns the value of attribute sort_order.

Returns:

  • ("ASC", "DESC")


154
155
156
# File 'sig/types.rbs', line 154

def sort_order
  @sort_order
end