Class: Aws::Types::EnvironmentFile
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentFile
- 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.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def value @value end |