Class: Aws::Types::CreateAssetModelCompositeModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAssetModelCompositeModelRequest
- 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::AssetModelPropertyDefinition]
Returns the value of attribute asset_model_composite_model_properties.
-
#asset_model_composite_model_type ⇒ ::String
Returns the value of attribute asset_model_composite_model_type.
-
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#composed_asset_model_id ⇒ ::String
Returns the value of attribute composed_asset_model_id.
-
#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.
-
#parent_asset_model_composite_model_id ⇒ ::String
Returns the value of attribute parent_asset_model_composite_model_id.
Instance Attribute Details
#asset_model_composite_model_description ⇒ ::String
Returns the value of attribute asset_model_composite_model_description.
876 877 878 |
# File 'sig/types.rbs', line 876 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.
873 874 875 |
# File 'sig/types.rbs', line 873 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.
875 876 877 |
# File 'sig/types.rbs', line 875 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.
877 878 879 |
# File 'sig/types.rbs', line 877 def asset_model_composite_model_name @asset_model_composite_model_name end |
#asset_model_composite_model_properties ⇒ ::Array[Types::AssetModelPropertyDefinition]
Returns the value of attribute asset_model_composite_model_properties.
881 882 883 |
# File 'sig/types.rbs', line 881 def asset_model_composite_model_properties @asset_model_composite_model_properties end |
#asset_model_composite_model_type ⇒ ::String
Returns the value of attribute asset_model_composite_model_type.
878 879 880 |
# File 'sig/types.rbs', line 878 def asset_model_composite_model_type @asset_model_composite_model_type end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
872 873 874 |
# File 'sig/types.rbs', line 872 def asset_model_id @asset_model_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
879 880 881 |
# File 'sig/types.rbs', line 879 def client_token @client_token end |
#composed_asset_model_id ⇒ ::String
Returns the value of attribute composed_asset_model_id.
880 881 882 |
# File 'sig/types.rbs', line 880 def composed_asset_model_id @composed_asset_model_id end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
882 883 884 |
# File 'sig/types.rbs', line 882 def if_match @if_match end |
#if_none_match ⇒ ::String
Returns the value of attribute if_none_match.
883 884 885 |
# File 'sig/types.rbs', line 883 def if_none_match @if_none_match end |
#match_for_version_type ⇒ "LATEST", "ACTIVE"
Returns the value of attribute match_for_version_type.
884 885 886 |
# File 'sig/types.rbs', line 884 def match_for_version_type @match_for_version_type end |
#parent_asset_model_composite_model_id ⇒ ::String
Returns the value of attribute parent_asset_model_composite_model_id.
874 875 876 |
# File 'sig/types.rbs', line 874 def parent_asset_model_composite_model_id @parent_asset_model_composite_model_id end |