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.
3273 3274 3275 |
# File 'sig/types.rbs', line 3273 def asset_model_id @asset_model_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3276 3277 3278 |
# File 'sig/types.rbs', line 3276 def client_token @client_token end |
#interface_asset_model_id ⇒ ::String
Returns the value of attribute interface_asset_model_id.
3274 3275 3276 |
# File 'sig/types.rbs', line 3274 def interface_asset_model_id @interface_asset_model_id end |
#property_mapping_configuration ⇒ Types::PropertyMappingConfiguration
Returns the value of attribute property_mapping_configuration.
3275 3276 3277 |
# File 'sig/types.rbs', line 3275 def property_mapping_configuration @property_mapping_configuration end |