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)


2338
2339
2340
# File 'sig/types.rbs', line 2338

def default_value
  @default_value
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


2334
2335
2336
# File 'sig/types.rbs', line 2334

def description
  @description
end

#max_length ⇒ ::Integer

Returns the value of attribute max_length.

Returns:

  • (::Integer)


2335
2336
2337
# File 'sig/types.rbs', line 2335

def max_length
  @max_length
end

#max_value ⇒ ::Integer

Returns the value of attribute max_value.

Returns:

  • (::Integer)


2337
2338
2339
# File 'sig/types.rbs', line 2337

def max_value
  @max_value
end

#min_value ⇒ ::Integer

Returns the value of attribute min_value.

Returns:

  • (::Integer)


2336
2337
2338
# File 'sig/types.rbs', line 2336

def min_value
  @min_value
end

#pattern ⇒ ::String

Returns the value of attribute pattern.

Returns:

  • (::String)


2339
2340
2341
# File 'sig/types.rbs', line 2339

def pattern
  @pattern
end

#required ⇒ Boolean

Returns the value of attribute required.

Returns:

  • (Boolean)


2333
2334
2335
# File 'sig/types.rbs', line 2333

def required
  @required
end

#sample ⇒ ::String

Returns the value of attribute sample.

Returns:

  • (::String)


2340
2341
2342
# File 'sig/types.rbs', line 2340

def sample
  @sample
end

#source ⇒ "CUSTOMER", "SYSTEM"

Returns the value of attribute source.

Returns:

  • ("CUSTOMER", "SYSTEM")


2341
2342
2343
# File 'sig/types.rbs', line 2341

def source
  @source
end

#type ⇒ "STRING", ...

Returns the value of attribute type.

Returns:

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


2332
2333
2334
# File 'sig/types.rbs', line 2332

def type
  @type
end