Class: Aws::MigrationHubOrchestrator::Types::TemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::TemplateInput
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
The input parameters of a template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_type ⇒ String
The data type of the template input.
-
#input_name ⇒ String
The name of the template.
-
#required ⇒ Boolean
Determine if an input is required from the template.
Instance Attribute Details
#data_type ⇒ String
The data type of the template input.
1839 1840 1841 1842 1843 1844 1845 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1839 class TemplateInput < Struct.new( :input_name, :data_type, :required) SENSITIVE = [] include Aws::Structure end |
#input_name ⇒ String
The name of the template.
1839 1840 1841 1842 1843 1844 1845 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1839 class TemplateInput < Struct.new( :input_name, :data_type, :required) SENSITIVE = [] include Aws::Structure end |
#required ⇒ Boolean
Determine if an input is required from the template.
1839 1840 1841 1842 1843 1844 1845 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1839 class TemplateInput < Struct.new( :input_name, :data_type, :required) SENSITIVE = [] include Aws::Structure end |