Class: Aws::WellArchitected::Types::TemplateShareSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::TemplateShareSummary
- 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
-
#share_id ⇒ String
The ID associated with the share.
-
#shared_with ⇒ String
The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the workload, lens, profile, or review template is shared.
-
#status ⇒ String
The status of the share request.
-
#status_message ⇒ String
Review template share invitation status message.
Instance Attribute Details
#share_id ⇒ String
The ID associated with the share.
7544 7545 7546 7547 7548 7549 7550 7551 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7544 class TemplateShareSummary < Struct.new( :share_id, :shared_with, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#shared_with ⇒ String
The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the workload, lens, profile, or review template is shared.
7544 7545 7546 7547 7548 7549 7550 7551 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7544 class TemplateShareSummary < Struct.new( :share_id, :shared_with, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the share request.
7544 7545 7546 7547 7548 7549 7550 7551 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7544 class TemplateShareSummary < Struct.new( :share_id, :shared_with, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Review template share invitation status message.
7544 7545 7546 7547 7548 7549 7550 7551 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7544 class TemplateShareSummary < Struct.new( :share_id, :shared_with, :status, :status_message) SENSITIVE = [] include Aws::Structure end |