Class: Aws::Types::FunctionParameter

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)


1099
1100
1101
# File 'sig/types.rbs', line 1099

def name
  @name
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1100
1101
1102
# File 'sig/types.rbs', line 1100

def type
  @type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


1101
1102
1103
# File 'sig/types.rbs', line 1101

def value
  @value
end