Class: Aws::Types::EnvironmentVariable

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:



549
550
551
# File 'sig/types.rbs', line 549

def name
  @name
end

#type"PLAINTEXT", ...

Returns the value of attribute type.

Returns:



551
552
553
# File 'sig/types.rbs', line 551

def type
  @type
end

#value::String

Returns the value of attribute value.

Returns:



550
551
552
# File 'sig/types.rbs', line 550

def value
  @value
end