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])


1062
1063
1064
# File 'sig/types.rbs', line 1062

def allowed_values
  @allowed_values
end

#default_value::String

Returns the value of attribute default_value.

Returns:

  • (::String)


1061
1062
1063
# File 'sig/types.rbs', line 1061

def default_value
  @default_value
end

#max_value::String

Returns the value of attribute max_value.

Returns:

  • (::String)


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

def max_value
  @max_value
end

#min_value::String

Returns the value of attribute min_value.

Returns:

  • (::String)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def min_value
  @min_value
end