Class: Aws::Types::DeleteComponentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteComponentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
Instance Attribute Details
#component_name ⇒ ::String
Returns the value of attribute component_name.
126 127 128 |
# File 'sig/types.rbs', line 126 def component_name @component_name end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
125 126 127 |
# File 'sig/types.rbs', line 125 def resource_group_name @resource_group_name end |