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.
2003 2004 2005 2006 2007 2008 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2003 class CreateTemplateShareOutput < Struct.new( :template_arn, :share_id) SENSITIVE = [] include Aws::Structure end |
#template_arn ⇒ String
The review template ARN.
2003 2004 2005 2006 2007 2008 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2003 class CreateTemplateShareOutput < Struct.new( :template_arn, :share_id) SENSITIVE = [] include Aws::Structure end |