Class: Aws::Types::Action

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name ⇒ ::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def attribute_name
  @attribute_name
end

#operation ⇒ "ADD", ...

Returns the value of attribute operation.

Returns:

  • ("ADD", "SUBTRACT", "MULTIPLY", "DIVIDE")


13
14
15
# File 'sig/types.rbs', line 13

def operation
  @operation
end

#value ⇒ ::Float

Returns the value of attribute value.

Returns:

  • (::Float)


14
15
16
# File 'sig/types.rbs', line 14

def value
  @value
end