Class: Aws::Types::TemplateVariableMetadata

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)


2305
2306
2307
# File 'sig/types.rbs', line 2305

def default_value
  @default_value
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2301
2302
2303
# File 'sig/types.rbs', line 2301

def description
  @description
end

#max_length::Integer

Returns the value of attribute max_length.

Returns:

  • (::Integer)


2302
2303
2304
# File 'sig/types.rbs', line 2302

def max_length
  @max_length
end

#max_value::Integer

Returns the value of attribute max_value.

Returns:

  • (::Integer)


2304
2305
2306
# File 'sig/types.rbs', line 2304

def max_value
  @max_value
end

#min_value::Integer

Returns the value of attribute min_value.

Returns:

  • (::Integer)


2303
2304
2305
# File 'sig/types.rbs', line 2303

def min_value
  @min_value
end

#pattern::String

Returns the value of attribute pattern.

Returns:

  • (::String)


2306
2307
2308
# File 'sig/types.rbs', line 2306

def pattern
  @pattern
end

#requiredBoolean

Returns the value of attribute required.

Returns:

  • (Boolean)


2300
2301
2302
# File 'sig/types.rbs', line 2300

def required
  @required
end

#sample::String

Returns the value of attribute sample.

Returns:

  • (::String)


2307
2308
2309
# File 'sig/types.rbs', line 2307

def sample
  @sample
end

#source"CUSTOMER", "SYSTEM"

Returns the value of attribute source.

Returns:

  • ("CUSTOMER", "SYSTEM")


2308
2309
2310
# File 'sig/types.rbs', line 2308

def source
  @source
end

#type"STRING", ...

Returns the value of attribute type.

Returns:

  • ("STRING", "INTEGER", "BOOLEAN")


2299
2300
2301
# File 'sig/types.rbs', line 2299

def type
  @type
end