Class: Aws::Types::UpdateBuildInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBuildInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#build_id ⇒ ::String
Returns the value of attribute build_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#build_id ⇒ ::String
Returns the value of attribute build_id.
2259 2260 2261 |
# File 'sig/types.rbs', line 2259 def build_id @build_id end |
#name ⇒ ::String
Returns the value of attribute name.
2260 2261 2262 |
# File 'sig/types.rbs', line 2260 def name @name end |
#version ⇒ ::String
Returns the value of attribute version.
2261 2262 2263 |
# File 'sig/types.rbs', line 2261 def version @version end |