Class: Aws::Types::TargetResource
- Inherits:
-
Object
- Object
- Aws::Types::TargetResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#computation_model_id ⇒ ::String
Returns the value of attribute computation_model_id.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
3493 3494 3495 |
# File 'sig/types.rbs', line 3493 def asset_id @asset_id end |
#computation_model_id ⇒ ::String
Returns the value of attribute computation_model_id.
3494 3495 3496 |
# File 'sig/types.rbs', line 3494 def computation_model_id @computation_model_id end |