Class: Aws::Types::GetCoreDefinitionVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCoreDefinitionVersionRequest
- 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.
-
#core_definition_version_id ⇒ ::String
Returns the value of attribute core_definition_version_id.
Instance Attribute Details
#core_definition_id ⇒ ::String
Returns the value of attribute core_definition_id.
696 697 698 |
# File 'sig/types.rbs', line 696 def core_definition_id @core_definition_id end |
#core_definition_version_id ⇒ ::String
Returns the value of attribute core_definition_version_id.
697 698 699 |
# File 'sig/types.rbs', line 697 def core_definition_version_id @core_definition_version_id end |