Class: Aws::Types::CreateTemplateShareOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateTemplateShareOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#share_id ⇒ ::String
Returns the value of attribute share_id.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
Instance Attribute Details
#share_id ⇒ ::String
Returns the value of attribute share_id.
469 470 471 |
# File 'sig/types.rbs', line 469 def share_id @share_id end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
468 469 470 |
# File 'sig/types.rbs', line 468 def template_arn @template_arn end |