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.



11026
11027
11028
# File 'sig/types.rbs', line 11026

def dynamic_value
  @dynamic_value
end

#static_values::Array[::String]

Returns the value of attribute static_values.

Returns:

  • (::Array[::String])


11027
11028
11029
# File 'sig/types.rbs', line 11027

def static_values
  @static_values
end