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.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def asset_model_id @asset_model_id end |
#asset_model_version ⇒ ::String
Returns the value of attribute asset_model_version.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def asset_model_version @asset_model_version end |
#exclude_properties ⇒ Boolean
Returns the value of attribute exclude_properties.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def exclude_properties @exclude_properties end |