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)


5828
5829
5830
# File 'sig/types.rbs', line 5828

def key
  @key
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


5830
5831
5832
# File 'sig/types.rbs', line 5830

def value
  @value
end

#value_type::String

Returns the value of attribute value_type.

Returns:

  • (::String)


5829
5830
5831
# File 'sig/types.rbs', line 5829

def value_type
  @value_type
end