Class: Aws::Types::PutAssetModelInterfaceRelationshipRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_model_id::String

Returns the value of attribute asset_model_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3240
3241
3242
# File 'sig/types.rbs', line 3240

def interface_asset_model_id
  @interface_asset_model_id
end

#property_mapping_configurationTypes::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