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:



413
414
415
# File 'sig/types.rbs', line 413

def and
  @and
end

#cost_categoriesTypes::CostCategoryValues

Returns the value of attribute cost_categories.



417
418
419
# File 'sig/types.rbs', line 417

def cost_categories
  @cost_categories
end

#dimensionsTypes::ExpressionDimensionValues

Returns the value of attribute dimensions.



415
416
417
# File 'sig/types.rbs', line 415

def dimensions
  @dimensions
end

#notTypes::Expression

Returns the value of attribute not.

Returns:



414
415
416
# File 'sig/types.rbs', line 414

def not
  @not
end

#or::Array[Types::Expression]

Returns the value of attribute or.

Returns:



412
413
414
# File 'sig/types.rbs', line 412

def or
  @or
end

#tagsTypes::TagValues

Returns the value of attribute tags.

Returns:



416
417
418
# File 'sig/types.rbs', line 416

def tags
  @tags
end