computing / Client / nifty_modify_customer_gateway_attribute

nifty_modify_customer_gateway_attribute

computing.Client.nifty_modify_customer_gateway_attribute(**kwargs)

指定されたカスタマーゲートウェイの詳細情報を更新します。1回のリクエストで1つのカスタマーゲートウェイの情報を更新できます。

カスタマーゲートウェイを指定するためには、カスタマーゲートウェイユニークIDまたはカスタマーゲートウェイ名が必要です。

メモの変更において、更新値に何も指定しない場合、空の情報で更新されます。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.nifty_modify_customer_gateway_attribute(
    Attribute='niftyCustomerGatewayName'|'niftyCustomerGatewayDescription',
    CustomerGatewayId='string',
    NiftyCustomerGatewayName='string',
    Value='string'
)
Parameters:
  • Attribute (string) – [REQUIRED]

  • CustomerGatewayId (string) –

  • NiftyCustomerGatewayName (string) –

  • Value (string) – [REQUIRED]

Return type:

dict

Returns:

Response Syntax

{
    'RequestId': 'string',
    'Return': True|False
}

Response Structure

  • (dict) –

    • RequestId (string) –

    • Return (boolean) –