Class: Aws::CloudFormation::Types::CreateGeneratedTemplateOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#generated_template_idString

The ID of the generated template.

Returns:

  • (String)


1092
1093
1094
1095
1096
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 1092

class CreateGeneratedTemplateOutput < Struct.new(
  :generated_template_id)
  SENSITIVE = []
  include Aws::Structure
end