Class: Aws::SMS::Types::GenerateTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::GenerateTemplateRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The ID of the application associated with the CloudFormation template.
-
#template_format ⇒ String
The format for generating the CloudFormation template.
Instance Attribute Details
#app_id ⇒ String
The ID of the application associated with the CloudFormation template.
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_format ⇒ String
The format for generating the CloudFormation template.
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 |