Class: Aws::SMS::Types::GenerateTemplateRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The ID of the application associated with the CloudFormation template.

Returns:

  • (String)


538
539
540
541
542
543
# File 'lib/aws-sdk-sms/types.rb', line 538

class GenerateTemplateRequest < Struct.new(
  :app_id,
  :template_format)
  SENSITIVE = []
  include Aws::Structure
end

#template_formatString

The format for generating the CloudFormation template.

Returns:

  • (String)


538
539
540
541
542
543
# File 'lib/aws-sdk-sms/types.rb', line 538

class GenerateTemplateRequest < Struct.new(
  :app_id,
  :template_format)
  SENSITIVE = []
  include Aws::Structure
end