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.
4291 4292 4293 4294 4295 4296 4297 4298 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4291 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.
4291 4292 4293 4294 4295 4296 4297 4298 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4291 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.
4291 4292 4293 4294 4295 4296 4297 4298 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4291 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.
4291 4292 4293 4294 4295 4296 4297 4298 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4291 class StartAssessmentFrameworkShareRequest < Struct.new( :framework_id, :destination_account, :destination_region, :comment) SENSITIVE = [] include Aws::Structure end |