Class: Aws::AuditManager::Types::StartAssessmentFrameworkShareRequest

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

Overview

Note:

When making an API call, you may pass StartAssessmentFrameworkShareRequest data as a hash:

{
  framework_id: "UUID", # required
  destination_account: "AccountId", # required
  destination_region: "Region", # required
  comment: "ShareRequestComment",
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

An optional comment from the sender about the share request.

Returns:

  • (String)


4628
4629
4630
4631
4632
4633
4634
4635
# File 'lib/aws-sdk-auditmanager/types.rb', line 4628

class StartAssessmentFrameworkShareRequest < Struct.new(
  :framework_id,
  :destination_account,
  :destination_region,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#destination_accountString

The Amazon Web Services account of the recipient.

Returns:

  • (String)


4628
4629
4630
4631
4632
4633
4634
4635
# File 'lib/aws-sdk-auditmanager/types.rb', line 4628

class StartAssessmentFrameworkShareRequest < Struct.new(
  :framework_id,
  :destination_account,
  :destination_region,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#destination_regionString

The Amazon Web Services Region of the recipient.

Returns:

  • (String)


4628
4629
4630
4631
4632
4633
4634
4635
# File 'lib/aws-sdk-auditmanager/types.rb', line 4628

class StartAssessmentFrameworkShareRequest < Struct.new(
  :framework_id,
  :destination_account,
  :destination_region,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#framework_idString

The unique identifier for the custom framework to be shared.

Returns:

  • (String)


4628
4629
4630
4631
4632
4633
4634
4635
# File 'lib/aws-sdk-auditmanager/types.rb', line 4628

class StartAssessmentFrameworkShareRequest < Struct.new(
  :framework_id,
  :destination_account,
  :destination_region,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end