Class: Aws::Types::TestTemplateParameter

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_value::String

Returns the value of attribute default_value.

Returns:

  • (::String)


1898
1899
1900
# File 'sig/types.rbs', line 1898

def default_value
  @default_value
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1895
1896
1897
# File 'sig/types.rbs', line 1895

def description
  @description
end

#max_values::Integer

Returns the value of attribute max_values.

Returns:

  • (::Integer)


1899
1900
1901
# File 'sig/types.rbs', line 1899

def max_values
  @max_values
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1894
1895
1896
# File 'sig/types.rbs', line 1894

def name
  @name
end

#requiredBoolean

Returns the value of attribute required.

Returns:

  • (Boolean)


1897
1898
1899
# File 'sig/types.rbs', line 1897

def required
  @required
end

#type"STRING", ...

Returns the value of attribute type.

Returns:

  • ("STRING", "STRING_LIST", "INTEGER")


1896
1897
1898
# File 'sig/types.rbs', line 1896

def type
  @type
end