Class: Aws::Types::UpdateAssetModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAssetModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_model_composite_models ⇒ ::Array[Types::AssetModelCompositeModel]
Returns the value of attribute asset_model_composite_models.
-
#asset_model_description ⇒ ::String
Returns the value of attribute asset_model_description.
-
#asset_model_external_id ⇒ ::String
Returns the value of attribute asset_model_external_id.
-
#asset_model_hierarchies ⇒ ::Array[Types::AssetModelHierarchy]
Returns the value of attribute asset_model_hierarchies.
-
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
-
#asset_model_name ⇒ ::String
Returns the value of attribute asset_model_name.
-
#asset_model_properties ⇒ ::Array[Types::AssetModelProperty]
Returns the value of attribute asset_model_properties.
-
#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_models ⇒ ::Array[Types::AssetModelCompositeModel]
Returns the value of attribute asset_model_composite_models.
3650 3651 3652 |
# File 'sig/types.rbs', line 3650 def asset_model_composite_models @asset_model_composite_models end |
#asset_model_description ⇒ ::String
Returns the value of attribute asset_model_description.
3647 3648 3649 |
# File 'sig/types.rbs', line 3647 def asset_model_description @asset_model_description end |
#asset_model_external_id ⇒ ::String
Returns the value of attribute asset_model_external_id.
3645 3646 3647 |
# File 'sig/types.rbs', line 3645 def asset_model_external_id @asset_model_external_id end |
#asset_model_hierarchies ⇒ ::Array[Types::AssetModelHierarchy]
Returns the value of attribute asset_model_hierarchies.
3649 3650 3651 |
# File 'sig/types.rbs', line 3649 def asset_model_hierarchies @asset_model_hierarchies end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
3644 3645 3646 |
# File 'sig/types.rbs', line 3644 def asset_model_id @asset_model_id end |
#asset_model_name ⇒ ::String
Returns the value of attribute asset_model_name.
3646 3647 3648 |
# File 'sig/types.rbs', line 3646 def asset_model_name @asset_model_name end |
#asset_model_properties ⇒ ::Array[Types::AssetModelProperty]
Returns the value of attribute asset_model_properties.
3648 3649 3650 |
# File 'sig/types.rbs', line 3648 def asset_model_properties @asset_model_properties end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3651 3652 3653 |
# File 'sig/types.rbs', line 3651 def client_token @client_token end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
3652 3653 3654 |
# File 'sig/types.rbs', line 3652 def if_match @if_match end |
#if_none_match ⇒ ::String
Returns the value of attribute if_none_match.
3653 3654 3655 |
# File 'sig/types.rbs', line 3653 def if_none_match @if_none_match end |
#match_for_version_type ⇒ "LATEST", "ACTIVE"
Returns the value of attribute match_for_version_type.
3654 3655 3656 |
# File 'sig/types.rbs', line 3654 def match_for_version_type @match_for_version_type end |