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)


5847
5848
5849
# File 'sig/types.rbs', line 5847

def key
  @key
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


5849
5850
5851
# File 'sig/types.rbs', line 5849

def value
  @value
end

#value_type::String

Returns the value of attribute value_type.

Returns:

  • (::String)


5848
5849
5850
# File 'sig/types.rbs', line 5848

def value_type
  @value_type
end