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)


528
529
530
# File 'sig/types.rbs', line 528

def comparison_operator
  @comparison_operator
end

#match_criteriaTypes::MatchCriteria

Returns the value of attribute match_criteria.



527
528
529
# File 'sig/types.rbs', line 527

def match_criteria
  @match_criteria
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


523
524
525
# File 'sig/types.rbs', line 523

def name
  @name
end

#proficiency_level::Float

Returns the value of attribute proficiency_level.

Returns:

  • (::Float)


525
526
527
# File 'sig/types.rbs', line 525

def proficiency_level
  @proficiency_level
end

#rangeTypes::Range

Returns the value of attribute range.

Returns:



526
527
528
# File 'sig/types.rbs', line 526

def range
  @range
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


524
525
526
# File 'sig/types.rbs', line 524

def value
  @value
end