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)


521
522
523
# File 'sig/types.rbs', line 521

def comparison_operator
  @comparison_operator
end

#match_criteriaTypes::MatchCriteria

Returns the value of attribute match_criteria.



520
521
522
# File 'sig/types.rbs', line 520

def match_criteria
  @match_criteria
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#proficiency_level::Float

Returns the value of attribute proficiency_level.

Returns:

  • (::Float)


518
519
520
# File 'sig/types.rbs', line 518

def proficiency_level
  @proficiency_level
end

#rangeTypes::Range

Returns the value of attribute range.

Returns:



519
520
521
# File 'sig/types.rbs', line 519

def range
  @range
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


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

def value
  @value
end