Class: Aws::AuditManager::Types::CreateAssessmentRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:name, :description, :assessment_reports_destination, :scope, :roles]

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_reports_destinationTypes::AssessmentReportsDestination

The assessment report storage destination for the assessment that’s being created.



1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
# File 'lib/aws-sdk-auditmanager/types.rb', line 1669

class CreateAssessmentRequest < Struct.new(
  :name,
  :description,
  :assessment_reports_destination,
  :scope,
  :roles,
  :framework_id,
  :tags)
  SENSITIVE = [:name, :description, :assessment_reports_destination, :scope, :roles]
  include Aws::Structure
end

#descriptionString

The optional description of the assessment to be created.

Returns:

  • (String)


1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
# File 'lib/aws-sdk-auditmanager/types.rb', line 1669

class CreateAssessmentRequest < Struct.new(
  :name,
  :description,
  :assessment_reports_destination,
  :scope,
  :roles,
  :framework_id,
  :tags)
  SENSITIVE = [:name, :description, :assessment_reports_destination, :scope, :roles]
  include Aws::Structure
end

#framework_idString

The identifier for the framework that the assessment will be created from.

Returns:

  • (String)


1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
# File 'lib/aws-sdk-auditmanager/types.rb', line 1669

class CreateAssessmentRequest < Struct.new(
  :name,
  :description,
  :assessment_reports_destination,
  :scope,
  :roles,
  :framework_id,
  :tags)
  SENSITIVE = [:name, :description, :assessment_reports_destination, :scope, :roles]
  include Aws::Structure
end

#nameString

The name of the assessment to be created.

Returns:

  • (String)


1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
# File 'lib/aws-sdk-auditmanager/types.rb', line 1669

class CreateAssessmentRequest < Struct.new(
  :name,
  :description,
  :assessment_reports_destination,
  :scope,
  :roles,
  :framework_id,
  :tags)
  SENSITIVE = [:name, :description, :assessment_reports_destination, :scope, :roles]
  include Aws::Structure
end

#rolesArray<Types::Role>

The list of roles for the assessment.

Returns:



1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
# File 'lib/aws-sdk-auditmanager/types.rb', line 1669

class CreateAssessmentRequest < Struct.new(
  :name,
  :description,
  :assessment_reports_destination,
  :scope,
  :roles,
  :framework_id,
  :tags)
  SENSITIVE = [:name, :description, :assessment_reports_destination, :scope, :roles]
  include Aws::Structure
end

#scopeTypes::Scope

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

Returns:



1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
# File 'lib/aws-sdk-auditmanager/types.rb', line 1669

class CreateAssessmentRequest < Struct.new(
  :name,
  :description,
  :assessment_reports_destination,
  :scope,
  :roles,
  :framework_id,
  :tags)
  SENSITIVE = [:name, :description, :assessment_reports_destination, :scope, :roles]
  include Aws::Structure
end

#tagsHash<String,String>

The tags that are associated with the assessment.

Returns:

  • (Hash<String,String>)


1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
# File 'lib/aws-sdk-auditmanager/types.rb', line 1669

class CreateAssessmentRequest < Struct.new(
  :name,
  :description,
  :assessment_reports_destination,
  :scope,
  :roles,
  :framework_id,
  :tags)
  SENSITIVE = [:name, :description, :assessment_reports_destination, :scope, :roles]
  include Aws::Structure
end