Class: Aws::Types::EcsEnvironmentFile
- Inherits:
-
Object
- Object
- Aws::Types::EcsEnvironmentFile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "s3"
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ "s3"
Returns the value of attribute type.
172 173 174 |
# File 'sig/types.rbs', line 172 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
173 174 175 |
# File 'sig/types.rbs', line 173 def value @value end |