Class: Aws::Types::ParameterDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_pattern::String

Returns the value of attribute allowed_pattern.

Returns:



354
355
356
# File 'sig/types.rbs', line 354

def allowed_pattern
  @allowed_pattern
end

#allowed_values::Array[::String]

Returns the value of attribute allowed_values.

Returns:



355
356
357
# File 'sig/types.rbs', line 355

def allowed_values
  @allowed_values
end

#constraint_description::String

Returns the value of attribute constraint_description.

Returns:



356
357
358
# File 'sig/types.rbs', line 356

def constraint_description
  @constraint_description
end

#default_value::String

Returns the value of attribute default_value.

Returns:



357
358
359
# File 'sig/types.rbs', line 357

def default_value
  @default_value
end

#description::String

Returns the value of attribute description.

Returns:



358
359
360
# File 'sig/types.rbs', line 358

def description
  @description
end

#max_length::Integer

Returns the value of attribute max_length.

Returns:



359
360
361
# File 'sig/types.rbs', line 359

def max_length
  @max_length
end

#max_value::Integer

Returns the value of attribute max_value.

Returns:



360
361
362
# File 'sig/types.rbs', line 360

def max_value
  @max_value
end

#min_length::Integer

Returns the value of attribute min_length.

Returns:



361
362
363
# File 'sig/types.rbs', line 361

def min_length
  @min_length
end

#min_value::Integer

Returns the value of attribute min_value.

Returns:



362
363
364
# File 'sig/types.rbs', line 362

def min_value
  @min_value
end

#name::String

Returns the value of attribute name.

Returns:



363
364
365
# File 'sig/types.rbs', line 363

def name
  @name
end

#no_echoBoolean

Returns the value of attribute no_echo.

Returns:



364
365
366
# File 'sig/types.rbs', line 364

def no_echo
  @no_echo
end

#referenced_by_resources::Array[::String]

Returns the value of attribute referenced_by_resources.

Returns:



365
366
367
# File 'sig/types.rbs', line 365

def referenced_by_resources
  @referenced_by_resources
end

#type::String

Returns the value of attribute type.

Returns:



366
367
368
# File 'sig/types.rbs', line 366

def type
  @type
end