Class: Aws::Types::StartImageBuilderRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartImageBuilderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#appstream_agent_version ⇒ ::String
Returns the value of attribute appstream_agent_version.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#appstream_agent_version ⇒ ::String
Returns the value of attribute appstream_agent_version.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def appstream_agent_version @appstream_agent_version end |
#name ⇒ ::String
Returns the value of attribute name.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def name @name end |