Class: Aws::Types::UpdateCoreDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCoreDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#core_definition_id ⇒ ::String
Returns the value of attribute core_definition_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#core_definition_id ⇒ ::String
Returns the value of attribute core_definition_id.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def core_definition_id @core_definition_id end |
#name ⇒ ::String
Returns the value of attribute name.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def name @name end |