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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

An optional comment from the sender about the share request.

Returns:

  • (String)


4291
4292
4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-auditmanager/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_accountString

The Amazon Web Services account of the recipient.

Returns:

  • (String)


4291
4292
4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-auditmanager/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_regionString

The Amazon Web Services Region of the recipient.

Returns:

  • (String)


4291
4292
4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-auditmanager/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_idString

The unique identifier for the custom framework to be shared.

Returns:

  • (String)


4291
4292
4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4291

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