Class: Aws::Types::DeleteAssetModelInterfaceRelationshipRequest

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)


1307
1308
1309
# File 'sig/types.rbs', line 1307

def asset_model_id
  @asset_model_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1309
1310
1311
# File 'sig/types.rbs', line 1309

def client_token
  @client_token
end

#interface_asset_model_id::String

Returns the value of attribute interface_asset_model_id.

Returns:

  • (::String)


1308
1309
1310
# File 'sig/types.rbs', line 1308

def interface_asset_model_id
  @interface_asset_model_id
end