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)


1808
1809
1810
# File 'sig/types.rbs', line 1808

def default_value
  @default_value
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1805
1806
1807
# File 'sig/types.rbs', line 1805

def description
  @description
end

#max_values::Integer

Returns the value of attribute max_values.

Returns:

  • (::Integer)


1809
1810
1811
# File 'sig/types.rbs', line 1809

def max_values
  @max_values
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1804
1805
1806
# File 'sig/types.rbs', line 1804

def name
  @name
end

#requiredBoolean

Returns the value of attribute required.

Returns:

  • (Boolean)


1807
1808
1809
# File 'sig/types.rbs', line 1807

def required
  @required
end

#type"STRING", ...

Returns the value of attribute type.

Returns:

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


1806
1807
1808
# File 'sig/types.rbs', line 1806

def type
  @type
end