Class: Aws::Types::UpdateResourceDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResourceDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_definition_id ⇒ ::String
Returns the value of attribute resource_definition_id.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def name @name end |
#resource_definition_id ⇒ ::String
Returns the value of attribute resource_definition_id.
1528 1529 1530 |
# File 'sig/types.rbs', line 1528 def resource_definition_id @resource_definition_id end |