Class: Aws::Types::DeleteComponentResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteComponentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_build_version_arn ⇒ ::String
Returns the value of attribute component_build_version_arn.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#component_build_version_arn ⇒ ::String
Returns the value of attribute component_build_version_arn.
473 474 475 |
# File 'sig/types.rbs', line 473 def component_build_version_arn @component_build_version_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
472 473 474 |
# File 'sig/types.rbs', line 472 def request_id @request_id end |