Class: Aws::Types::CreateAssetModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAssetModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_model_composite_models ⇒ ::Array[Types::AssetModelCompositeModelDefinition]
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::AssetModelHierarchyDefinition]
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::AssetModelPropertyDefinition]
Returns the value of attribute asset_model_properties.
-
#asset_model_type ⇒ "ASSET_MODEL", ...
Returns the value of attribute asset_model_type.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#asset_model_composite_models ⇒ ::Array[Types::AssetModelCompositeModelDefinition]
Returns the value of attribute asset_model_composite_models.
904 905 906 |
# File 'sig/types.rbs', line 904 def asset_model_composite_models @asset_model_composite_models end |
#asset_model_description ⇒ ::String
Returns the value of attribute asset_model_description.
901 902 903 |
# File 'sig/types.rbs', line 901 def asset_model_description @asset_model_description end |
#asset_model_external_id ⇒ ::String
Returns the value of attribute asset_model_external_id.
900 901 902 |
# File 'sig/types.rbs', line 900 def asset_model_external_id @asset_model_external_id end |
#asset_model_hierarchies ⇒ ::Array[Types::AssetModelHierarchyDefinition]
Returns the value of attribute asset_model_hierarchies.
903 904 905 |
# File 'sig/types.rbs', line 903 def asset_model_hierarchies @asset_model_hierarchies end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
899 900 901 |
# File 'sig/types.rbs', line 899 def asset_model_id @asset_model_id end |
#asset_model_name ⇒ ::String
Returns the value of attribute asset_model_name.
897 898 899 |
# File 'sig/types.rbs', line 897 def asset_model_name @asset_model_name end |
#asset_model_properties ⇒ ::Array[Types::AssetModelPropertyDefinition]
Returns the value of attribute asset_model_properties.
902 903 904 |
# File 'sig/types.rbs', line 902 def asset_model_properties @asset_model_properties end |
#asset_model_type ⇒ "ASSET_MODEL", ...
Returns the value of attribute asset_model_type.
898 899 900 |
# File 'sig/types.rbs', line 898 def asset_model_type @asset_model_type end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
905 906 907 |
# File 'sig/types.rbs', line 905 def client_token @client_token end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
906 907 908 |
# File 'sig/types.rbs', line 906 def @tags end |