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.
3534 3535 3536 |
# File 'sig/types.rbs', line 3534 def asset_id @asset_id end |
#computation_model_id ⇒ ::String
Returns the value of attribute computation_model_id.
3535 3536 3537 |
# File 'sig/types.rbs', line 3535 def computation_model_id @computation_model_id end |