Class: Aws::Types::DeploymentConditionalField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comparator::String

Returns the value of attribute comparator.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def comparator
  @comparator
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def name
  @name
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def value
  @value
end