Class: Aws::WellArchitected::Types::TemplateShareSummary

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

Overview

Summary of a review template share.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#share_idString

The ID associated with the share.

Returns:

  • (String)


5506
5507
5508
5509
5510
5511
5512
5513
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5506

class TemplateShareSummary < Struct.new(
  :share_id,
  :shared_with,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#shared_withString

The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the workload, lens, profile, or review template is shared.

Returns:

  • (String)


5506
5507
5508
5509
5510
5511
5512
5513
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5506

class TemplateShareSummary < Struct.new(
  :share_id,
  :shared_with,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the share request.

Returns:

  • (String)


5506
5507
5508
5509
5510
5511
5512
5513
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5506

class TemplateShareSummary < Struct.new(
  :share_id,
  :shared_with,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

Review template share invitation status message.

Returns:

  • (String)


5506
5507
5508
5509
5510
5511
5512
5513
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5506

class TemplateShareSummary < Struct.new(
  :share_id,
  :shared_with,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end