Class: Aws::Types::AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def value @value end |