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.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def value @value end |