Class: Aws::Types::EcsEnvironmentFile

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#type"s3"

Returns the value of attribute type.

Returns:

  • ("s3")


172
173
174
# File 'sig/types.rbs', line 172

def type
  @type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def value
  @value
end