Class: Aws::AuditManager::Types::GetAssessmentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assessmentTypes::Assessment

An entity that defines the scope of audit evidence collected by AWS Audit Manager. An AWS Audit Manager assessment is an implementation of an AWS Audit Manager framework.

Returns:



2414
2415
2416
2417
2418
2419
# File 'lib/aws-sdk-auditmanager/types.rb', line 2414

class GetAssessmentResponse < Struct.new(
  :assessment,
  :user_role)
  SENSITIVE = []
  include Aws::Structure
end

#user_roleTypes::Role

The wrapper that contains the AWS Audit Manager role information of the current user, such as the role type and IAM Amazon Resource Name (ARN).

Returns:



2414
2415
2416
2417
2418
2419
# File 'lib/aws-sdk-auditmanager/types.rb', line 2414

class GetAssessmentResponse < Struct.new(
  :assessment,
  :user_role)
  SENSITIVE = []
  include Aws::Structure
end