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)


1304
1305
1306
# File 'sig/types.rbs', line 1304

def asset_model_id
  @asset_model_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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

def client_token
  @client_token
end

#interface_asset_model_id::String

Returns the value of attribute interface_asset_model_id.

Returns:

  • (::String)


1305
1306
1307
# File 'sig/types.rbs', line 1305

def interface_asset_model_id
  @interface_asset_model_id
end