Class: Aws::Types::Operation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#equation::String

Returns the value of attribute equation.

Returns:

  • (::String)


423
424
425
# File 'sig/types.rbs', line 423

def equation
  @equation
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

def name
  @name
end

#output_type"INT32", ...

Returns the value of attribute output_type.

Returns:

  • ("INT32", "FLOAT32", "INT16", "FLOAT64", "UINT16")


425
426
427
# File 'sig/types.rbs', line 425

def output_type
  @output_type
end