Class: Aws::AuditManager::Types::GetAssessmentResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AuditManager::Types::GetAssessmentResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #assessment  ⇒ Types::Assessment 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An entity that defines the scope of audit evidence collected by Audit Manager. 
- 
  
    
      #user_role  ⇒ Types::Role 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The wrapper that contains the Audit Manager role information of the current user. 
Instance Attribute Details
#assessment ⇒ Types::Assessment
An entity that defines the scope of audit evidence collected by Audit Manager. An Audit Manager assessment is an implementation of an Audit Manager framework.
| 2673 2674 2675 2676 2677 2678 | # File 'lib/aws-sdk-auditmanager/types.rb', line 2673 class GetAssessmentResponse < Struct.new( :assessment, :user_role) SENSITIVE = [] include Aws::Structure end | 
#user_role ⇒ Types::Role
The wrapper that contains the Audit Manager role information of the current user. This includes the role type and IAM Amazon Resource Name (ARN).
| 2673 2674 2675 2676 2677 2678 | # File 'lib/aws-sdk-auditmanager/types.rb', line 2673 class GetAssessmentResponse < Struct.new( :assessment, :user_role) SENSITIVE = [] include Aws::Structure end |