Class: Aws::Types::StringDefaultValues

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dynamic_valueTypes::DynamicDefaultValue

Returns the value of attribute dynamic_value.



10636
10637
10638
# File 'sig/types.rbs', line 10636

def dynamic_value
  @dynamic_value
end

#static_values::Array[::String]

Returns the value of attribute static_values.

Returns:

  • (::Array[::String])


10637
10638
10639
# File 'sig/types.rbs', line 10637

def static_values
  @static_values
end