Class: Aws::Types::TemplateInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#data_type"STRING", ...

Returns the value of attribute data_type.

Returns:



532
533
534
# File 'sig/types.rbs', line 532

def data_type
  @data_type
end

#input_name::String

Returns the value of attribute input_name.

Returns:



531
532
533
# File 'sig/types.rbs', line 531

def input_name
  @input_name
end

#requiredBoolean

Returns the value of attribute required.

Returns:



533
534
535
# File 'sig/types.rbs', line 533

def required
  @required
end