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.
3667 3668 3669 |
# File 'sig/types.rbs', line 3667 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.
3666 3667 3668 |
# File 'sig/types.rbs', line 3666 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.
3665 3666 3667 |
# File 'sig/types.rbs', line 3665 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.
3668 3669 3670 |
# File 'sig/types.rbs', line 3668 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.
3670 3671 3672 |
# File 'sig/types.rbs', line 3670 def asset_model_composite_model_properties @asset_model_composite_model_properties end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
3664 3665 3666 |
# File 'sig/types.rbs', line 3664 def asset_model_id @asset_model_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3669 3670 3671 |
# File 'sig/types.rbs', line 3669 def client_token @client_token end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
3671 3672 3673 |
# File 'sig/types.rbs', line 3671 def if_match @if_match end |
#if_none_match ⇒ ::String
Returns the value of attribute if_none_match.
3672 3673 3674 |
# File 'sig/types.rbs', line 3672 def if_none_match @if_none_match end |
#match_for_version_type ⇒ "LATEST", "ACTIVE"
Returns the value of attribute match_for_version_type.
3673 3674 3675 |
# File 'sig/types.rbs', line 3673 def match_for_version_type @match_for_version_type end |