Class: Aws::Types::PutAssetModelInterfaceRelationshipRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAssetModelInterfaceRelationshipRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#interface_asset_model_id ⇒ ::String
Returns the value of attribute interface_asset_model_id.
-
#property_mapping_configuration ⇒ Types::PropertyMappingConfiguration
Returns the value of attribute property_mapping_configuration.
Instance Attribute Details
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
3239 3240 3241 |
# File 'sig/types.rbs', line 3239 def asset_model_id @asset_model_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3242 3243 3244 |
# File 'sig/types.rbs', line 3242 def client_token @client_token end |
#interface_asset_model_id ⇒ ::String
Returns the value of attribute interface_asset_model_id.
3240 3241 3242 |
# File 'sig/types.rbs', line 3240 def interface_asset_model_id @interface_asset_model_id end |
#property_mapping_configuration ⇒ Types::PropertyMappingConfiguration
Returns the value of attribute property_mapping_configuration.
3241 3242 3243 |
# File 'sig/types.rbs', line 3241 def property_mapping_configuration @property_mapping_configuration end |