storage / Client / get_bucket_tagging

get_bucket_tagging

storage.Client.get_bucket_tagging(**kwargs)

バケットのタグ情報を表示します。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.get_bucket_tagging(
    Bucket='string'
)
Parameters:

Bucket (string) – [REQUIRED]

Return type:

dict

Returns:

Response Syntax

{
    'ContentType': 'string',
    'TagSet': [
        {
            'Key': 'string',
            'Value': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    • ContentType (string) –

    • TagSet (list) –

      • (dict) –

        • Key (string) –

        • Value (string) –