Class: Aws::Types::ToolOverrideConstantInputValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:value])

Instance Attribute Summary collapse

Instance Attribute Details

#type"STRING", ...

Returns the value of attribute type.

Returns:

  • ("STRING", "NUMBER", "JSON_STRING")


3115
3116
3117
# File 'sig/types.rbs', line 3115

def type
  @type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


3116
3117
3118
# File 'sig/types.rbs', line 3116

def value
  @value
end