Class: Aws::Types::Expression

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#and::Array[Types::Expression]

Returns the value of attribute and.

Returns:



540
541
542
# File 'sig/types.rbs', line 540

def and
  @and
end

#cost_categoriesTypes::ExpressionFilter

Returns the value of attribute cost_categories.



543
544
545
# File 'sig/types.rbs', line 543

def cost_categories
  @cost_categories
end

#dimensionsTypes::ExpressionFilter

Returns the value of attribute dimensions.



544
545
546
# File 'sig/types.rbs', line 544

def dimensions
  @dimensions
end

#notTypes::Expression

Returns the value of attribute not.

Returns:



542
543
544
# File 'sig/types.rbs', line 542

def not
  @not
end

#or::Array[Types::Expression]

Returns the value of attribute or.

Returns:



541
542
543
# File 'sig/types.rbs', line 541

def or
  @or
end

#tagsTypes::ExpressionFilter

Returns the value of attribute tags.



545
546
547
# File 'sig/types.rbs', line 545

def tags
  @tags
end