Class: Aws::Types::DescribeAssetModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAssetModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
-
#asset_model_version ⇒ ::String
Returns the value of attribute asset_model_version.
-
#exclude_properties ⇒ Boolean
Returns the value of attribute exclude_properties.
Instance Attribute Details
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def asset_model_id @asset_model_id end |
#asset_model_version ⇒ ::String
Returns the value of attribute asset_model_version.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def asset_model_version @asset_model_version end |
#exclude_properties ⇒ Boolean
Returns the value of attribute exclude_properties.
1560 1561 1562 |
# File 'sig/types.rbs', line 1560 def exclude_properties @exclude_properties end |