Class: Aws::WellArchitected::Types::CreateTemplateShareOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::CreateTemplateShareOutput
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#share_id ⇒ String
The ID associated with the share.
-
#template_arn ⇒ String
The review template ARN.
Instance Attribute Details
#share_id ⇒ String
The ID associated with the share.
1179 1180 1181 1182 1183 1184 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1179 class CreateTemplateShareOutput < Struct.new( :template_arn, :share_id) SENSITIVE = [] include Aws::Structure end |
#template_arn ⇒ String
The review template ARN.
1179 1180 1181 1182 1183 1184 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1179 class CreateTemplateShareOutput < Struct.new( :template_arn, :share_id) SENSITIVE = [] include Aws::Structure end |