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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3274
3275
3276
# File 'sig/types.rbs', line 3274

def interface_asset_model_id
  @interface_asset_model_id
end

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