Class: Aws::Types::GetResourceDefinitionVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceDefinitionVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_definition_id ⇒ ::String
Returns the value of attribute resource_definition_id.
-
#resource_definition_version_id ⇒ ::String
Returns the value of attribute resource_definition_version_id.
Instance Attribute Details
#resource_definition_id ⇒ ::String
Returns the value of attribute resource_definition_id.
902 903 904 |
# File 'sig/types.rbs', line 902 def resource_definition_id @resource_definition_id end |
#resource_definition_version_id ⇒ ::String
Returns the value of attribute resource_definition_version_id.
903 904 905 |
# File 'sig/types.rbs', line 903 def resource_definition_version_id @resource_definition_version_id end |