Class: Aws::MigrationHubOrchestrator::Types::TemplateInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#data_typeString

The data type of the template input.

Returns:

  • (String)


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_nameString

The name of the template.

Returns:

  • (String)


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

#requiredBoolean

Determine if an input is required from the template.

Returns:

  • (Boolean)


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