ECR / Client / get_account_setting

get_account_setting#

ECR.Client.get_account_setting(**kwargs)#

Retrieves the basic scan type version name.

See also: AWS API Documentation

Request Syntax

response = client.get_account_setting(
    name='string'
)
Parameters:

name (string) –

[REQUIRED]

Basic scan type version name.

Return type:

dict

Returns:

Response Syntax

{
    'name': 'string',
    'value': 'string'
}

Response Structure

  • (dict) –

    • name (string) –

      Retrieves the basic scan type version name.

    • value (string) –

      Retrieves the value that specifies what basic scan type is being used: AWS_NATIVE or CLAIR.

Exceptions

  • ECR.Client.exceptions.ServerException

  • ECR.Client.exceptions.ValidationException

  • ECR.Client.exceptions.InvalidParameterException