Class: Aws::Types::EnvironmentParameter

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


5832
5833
5834
# File 'sig/types.rbs', line 5832

def key
  @key
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


5834
5835
5836
# File 'sig/types.rbs', line 5834

def value
  @value
end

#value_type::String

Returns the value of attribute value_type.

Returns:

  • (::String)


5833
5834
5835
# File 'sig/types.rbs', line 5833

def value_type
  @value_type
end