Class: Aws::Types::UpdateAssetModelCompositeModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAssetModelCompositeModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_model_composite_model_description ⇒ ::String
Returns the value of attribute asset_model_composite_model_description.
-
#asset_model_composite_model_external_id ⇒ ::String
Returns the value of attribute asset_model_composite_model_external_id.
-
#asset_model_composite_model_id ⇒ ::String
Returns the value of attribute asset_model_composite_model_id.
-
#asset_model_composite_model_name ⇒ ::String
Returns the value of attribute asset_model_composite_model_name.
-
#asset_model_composite_model_properties ⇒ ::Array[Types::AssetModelProperty]
Returns the value of attribute asset_model_composite_model_properties.
-
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
-
#if_none_match ⇒ ::String
Returns the value of attribute if_none_match.
-
#match_for_version_type ⇒ "LATEST", "ACTIVE"
Returns the value of attribute match_for_version_type.
Instance Attribute Details
#asset_model_composite_model_description ⇒ ::String
Returns the value of attribute asset_model_composite_model_description.
3626 3627 3628 |
# File 'sig/types.rbs', line 3626 def asset_model_composite_model_description @asset_model_composite_model_description end |
#asset_model_composite_model_external_id ⇒ ::String
Returns the value of attribute asset_model_composite_model_external_id.
3625 3626 3627 |
# File 'sig/types.rbs', line 3625 def asset_model_composite_model_external_id @asset_model_composite_model_external_id end |
#asset_model_composite_model_id ⇒ ::String
Returns the value of attribute asset_model_composite_model_id.
3624 3625 3626 |
# File 'sig/types.rbs', line 3624 def asset_model_composite_model_id @asset_model_composite_model_id end |
#asset_model_composite_model_name ⇒ ::String
Returns the value of attribute asset_model_composite_model_name.
3627 3628 3629 |
# File 'sig/types.rbs', line 3627 def asset_model_composite_model_name @asset_model_composite_model_name end |
#asset_model_composite_model_properties ⇒ ::Array[Types::AssetModelProperty]
Returns the value of attribute asset_model_composite_model_properties.
3629 3630 3631 |
# File 'sig/types.rbs', line 3629 def asset_model_composite_model_properties @asset_model_composite_model_properties end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
3623 3624 3625 |
# File 'sig/types.rbs', line 3623 def asset_model_id @asset_model_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3628 3629 3630 |
# File 'sig/types.rbs', line 3628 def client_token @client_token end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
3630 3631 3632 |
# File 'sig/types.rbs', line 3630 def if_match @if_match end |
#if_none_match ⇒ ::String
Returns the value of attribute if_none_match.
3631 3632 3633 |
# File 'sig/types.rbs', line 3631 def if_none_match @if_none_match end |
#match_for_version_type ⇒ "LATEST", "ACTIVE"
Returns the value of attribute match_for_version_type.
3632 3633 3634 |
# File 'sig/types.rbs', line 3632 def match_for_version_type @match_for_version_type end |