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:



462
463
464
# File 'sig/types.rbs', line 462

def and
  @and
end

#cost_categoriesTypes::CostCategoryValues

Returns the value of attribute cost_categories.



466
467
468
# File 'sig/types.rbs', line 466

def cost_categories
  @cost_categories
end

#dimensionsTypes::DimensionValues

Returns the value of attribute dimensions.



464
465
466
# File 'sig/types.rbs', line 464

def dimensions
  @dimensions
end

#notTypes::Expression

Returns the value of attribute not.

Returns:



463
464
465
# File 'sig/types.rbs', line 463

def not
  @not
end

#or::Array[Types::Expression]

Returns the value of attribute or.

Returns:



461
462
463
# File 'sig/types.rbs', line 461

def or
  @or
end

#tagsTypes::TagValues

Returns the value of attribute tags.

Returns:



465
466
467
# File 'sig/types.rbs', line 465

def tags
  @tags
end