Class: Aws::Types::EcsEnvironmentVariable

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)


178
179
180
# File 'sig/types.rbs', line 178

def name
  @name
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def value
  @value
end