Class: Aws::AuditManager::Types::CreateAssessmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::CreateAssessmentRequest
- 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
-
#assessment_reports_destination ⇒ Types::AssessmentReportsDestination
The assessment report storage destination for the assessment that’s being created.
-
#description ⇒ String
The optional description of the assessment to be created.
-
#framework_id ⇒ String
The identifier for the framework that the assessment will be created from.
-
#name ⇒ String
The name of the assessment to be created.
-
#roles ⇒ Array<Types::Role>
The list of roles for the assessment.
-
#scope ⇒ Types::Scope
The wrapper that contains the Amazon Web Services accounts and services that are in scope for the assessment.
-
#tags ⇒ Hash<String,String>
The tags that are associated with the assessment.
Instance Attribute Details
#assessment_reports_destination ⇒ Types::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 |
#description ⇒ String
The optional description of the assessment to be 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 |
#framework_id ⇒ String
The identifier for the framework that the assessment will be created from.
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 |
#name ⇒ String
The name of the assessment to be 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 |
#roles ⇒ Array<Types::Role>
The list of roles for the assessment.
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 |
#scope ⇒ Types::Scope
The wrapper that contains the Amazon Web Services accounts and services that are in scope for the assessment.
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 |
#tags ⇒ Hash<String,String>
The tags that are associated with the assessment.
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 |