Class: Aws::Types::OutputParameter

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9683
9684
9685
# File 'sig/types.rbs', line 9683

def name
  @name
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


9684
9685
9686
# File 'sig/types.rbs', line 9684

def value
  @value
end