Class: Aws::Types::CreateComponentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateComponentRequest
- 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.
-
#resource_list ⇒ ::Array[::String]
Returns the value of attribute resource_list.
Instance Attribute Details
#component_name ⇒ ::String
Returns the value of attribute component_name.
93 94 95 |
# File 'sig/types.rbs', line 93 def component_name @component_name end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
92 93 94 |
# File 'sig/types.rbs', line 92 def resource_group_name @resource_group_name end |
#resource_list ⇒ ::Array[::String]
Returns the value of attribute resource_list.
94 95 96 |
# File 'sig/types.rbs', line 94 def resource_list @resource_list end |