Class: Aws::Types::AttributeCondition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_operator::String

Returns the value of attribute comparison_operator.

Returns:

  • (::String)


516
517
518
# File 'sig/types.rbs', line 516

def comparison_operator
  @comparison_operator
end

#match_criteriaTypes::MatchCriteria

Returns the value of attribute match_criteria.



515
516
517
# File 'sig/types.rbs', line 515

def match_criteria
  @match_criteria
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def name
  @name
end

#proficiency_level::Float

Returns the value of attribute proficiency_level.

Returns:

  • (::Float)


513
514
515
# File 'sig/types.rbs', line 513

def proficiency_level
  @proficiency_level
end

#rangeTypes::Range

Returns the value of attribute range.

Returns:



514
515
516
# File 'sig/types.rbs', line 514

def range
  @range
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


512
513
514
# File 'sig/types.rbs', line 512

def value
  @value
end