Class: Aws::AuditManager::Types::StartAssessmentFrameworkShareRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::StartAssessmentFrameworkShareRequest
- Defined in:
- gems/aws-sdk-auditmanager/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.
4115 4116 4117 4118 4119 4120 4121 4122 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4115 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.
4115 4116 4117 4118 4119 4120 4121 4122 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4115 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.
4115 4116 4117 4118 4119 4120 4121 4122 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4115 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.
4115 4116 4117 4118 4119 4120 4121 4122 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4115 class StartAssessmentFrameworkShareRequest < Struct.new( :framework_id, :destination_account, :destination_region, :comment) SENSITIVE = [] include Aws::Structure end |