Class: Aws::Types::UpdateComponentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateComponentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#new_component_name ⇒ ::String
Returns the value of attribute new_component_name.
-
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
-
#resource_list ⇒ ::Array[::String]
Returns the value of attribute resource_list.
Instance Attribute Details
#component_name ⇒ ::String
Returns the value of attribute component_name.
555 556 557 |
# File 'sig/types.rbs', line 555 def component_name @component_name end |
#new_component_name ⇒ ::String
Returns the value of attribute new_component_name.
556 557 558 |
# File 'sig/types.rbs', line 556 def new_component_name @new_component_name end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
554 555 556 |
# File 'sig/types.rbs', line 554 def resource_group_name @resource_group_name end |
#resource_list ⇒ ::Array[::String]
Returns the value of attribute resource_list.
557 558 559 |
# File 'sig/types.rbs', line 557 def resource_list @resource_list end |