Class: Aws::Types::ConfigurationObject

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_values::Array[::String]

Returns the value of attribute allowed_values.

Returns:

  • (::Array[::String])


1066
1067
1068
# File 'sig/types.rbs', line 1066

def allowed_values
  @allowed_values
end

#default_value::String

Returns the value of attribute default_value.

Returns:

  • (::String)


1065
1066
1067
# File 'sig/types.rbs', line 1065

def default_value
  @default_value
end

#max_value::String

Returns the value of attribute max_value.

Returns:

  • (::String)


1068
1069
1070
# File 'sig/types.rbs', line 1068

def max_value
  @max_value
end

#min_value::String

Returns the value of attribute min_value.

Returns:

  • (::String)


1067
1068
1069
# File 'sig/types.rbs', line 1067

def min_value
  @min_value
end