Class: Aws::AuditManager::Types::Scope
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::Scope
- Includes:
- Structure
- Defined in:
- 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
-
#aws_accounts ⇒ Array<Types::AWSAccount>
The Amazon Web Services accounts that are included in the scope of the assessment.
-
#aws_services ⇒ Array<Types::AWSService>
The Amazon Web Services services that are included in the scope of the assessment.
Instance Attribute Details
#aws_accounts ⇒ Array<Types::AWSAccount>
The Amazon Web Services accounts that are included in the scope of the assessment.
3999 4000 4001 4002 4003 4004 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3999 class Scope < Struct.new( :aws_accounts, :aws_services) SENSITIVE = [:aws_accounts] include Aws::Structure end |
#aws_services ⇒ Array<Types::AWSService>
The Amazon Web Services services that are included in the scope of the assessment.
3999 4000 4001 4002 4003 4004 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3999 class Scope < Struct.new( :aws_accounts, :aws_services) SENSITIVE = [:aws_accounts] include Aws::Structure end |