Class: Aws::AuditManager::Types::Scope

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb

Overview

The wrapper that contains the Amazon Web Services accounts and services that are in scope for the assessment.

Constant Summary collapse

SENSITIVE =
[:aws_accounts]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_accountsArray<Types::AWSAccount>

The Amazon Web Services accounts that are included in the scope of the assessment.

Returns:



3999
4000
4001
4002
4003
4004
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3999

class Scope < Struct.new(
  :aws_accounts,
  :aws_services)
  SENSITIVE = [:aws_accounts]
  include Aws::Structure
end

#aws_servicesArray<Types::AWSService>

The Amazon Web Services services that are included in the scope of the assessment.

Returns:



3999
4000
4001
4002
4003
4004
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3999

class Scope < Struct.new(
  :aws_accounts,
  :aws_services)
  SENSITIVE = [:aws_accounts]
  include Aws::Structure
end