class Aws::AuditManager::Types::Scope

The wrapper that contains the accounts and services in scope for the assessment.

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

data as a hash:

    {
      aws_accounts: [
        {
          id: "AccountId",
          email_address: "EmailAddress",
          name: "AccountName",
        },
      ],
      aws_services: [
        {
          service_name: "AWSServiceName",
        },
      ],
    }

@!attribute [rw] aws_accounts

The accounts included in the scope of the assessment.
@return [Array<Types::AWSAccount>]

@!attribute [rw] aws_services

The Amazon Web Services services included in the scope of the
assessment.
@return [Array<Types::AWSService>]

@see docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/Scope AWS API Documentation

Constants

SENSITIVE