Class: Aws::Types::SetVariableAction

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#value ⇒ ::String

Returns the value of attribute value.



684
685
686
# File 'sig/types.rbs', line 684

def value
  @value
end

#variable_name ⇒ ::String

Returns the value of attribute variable_name.



683
684
685
# File 'sig/types.rbs', line 683

def variable_name
  @variable_name
end