Class: Aws::AuditManager::Types::StartAssessmentFrameworkShareRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AuditManager::Types::StartAssessmentFrameworkShareRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #comment  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An optional comment from the sender about the share request. 
- 
  
    
      #destination_account  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Web Services account of the recipient. 
- 
  
    
      #destination_region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Web Services Region of the recipient. 
- 
  
    
      #framework_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier for the custom framework to be shared. 
Instance Attribute Details
#comment ⇒ String
An optional comment from the sender about the share request.
| 4401 4402 4403 4404 4405 4406 4407 4408 | # File 'lib/aws-sdk-auditmanager/types.rb', line 4401 class StartAssessmentFrameworkShareRequest < Struct.new( :framework_id, :destination_account, :destination_region, :comment) SENSITIVE = [] include Aws::Structure end | 
#destination_account ⇒ String
The Amazon Web Services account of the recipient.
| 4401 4402 4403 4404 4405 4406 4407 4408 | # File 'lib/aws-sdk-auditmanager/types.rb', line 4401 class StartAssessmentFrameworkShareRequest < Struct.new( :framework_id, :destination_account, :destination_region, :comment) SENSITIVE = [] include Aws::Structure end | 
#destination_region ⇒ String
The Amazon Web Services Region of the recipient.
| 4401 4402 4403 4404 4405 4406 4407 4408 | # File 'lib/aws-sdk-auditmanager/types.rb', line 4401 class StartAssessmentFrameworkShareRequest < Struct.new( :framework_id, :destination_account, :destination_region, :comment) SENSITIVE = [] include Aws::Structure end | 
#framework_id ⇒ String
The unique identifier for the custom framework to be shared.
| 4401 4402 4403 4404 4405 4406 4407 4408 | # File 'lib/aws-sdk-auditmanager/types.rb', line 4401 class StartAssessmentFrameworkShareRequest < Struct.new( :framework_id, :destination_account, :destination_region, :comment) SENSITIVE = [] include Aws::Structure end |