class Aws::Inspector2::Types::EnableRequest

@note When making an API call, you may pass EnableRequest

data as a hash:

    {
      account_ids: ["AccountId"],
      client_token: "ClientToken",
      resource_types: ["EC2"], # required, accepts EC2, ECR
    }

@!attribute [rw] account_ids

A list of account IDs you want to enable Amazon Inspector scans for.
@return [Array<String>]

@!attribute [rw] client_token

The idempotency token for the request.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] resource_types

The resource scan types you want to enable.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/EnableRequest AWS API Documentation

Constants

SENSITIVE