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:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def name
  @name
end

#type"PLAINTEXT", "SECRETS_MANAGER"

Returns the value of attribute type.

Returns:

  • ("PLAINTEXT", "SECRETS_MANAGER")


476
477
478
# File 'sig/types.rbs', line 476

def type
  @type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def value
  @value
end