Class: Aws::Types::NewDefaultValues

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#date_time_static_values::Array[::Time]

Returns the value of attribute date_time_static_values.

Returns:

  • (::Array[::Time])


8235
8236
8237
# File 'sig/types.rbs', line 8235

def date_time_static_values
  @date_time_static_values
end

#decimal_static_values::Array[::Float]

Returns the value of attribute decimal_static_values.

Returns:

  • (::Array[::Float])


8234
8235
8236
# File 'sig/types.rbs', line 8234

def decimal_static_values
  @decimal_static_values
end

#integer_static_values::Array[::Integer]

Returns the value of attribute integer_static_values.

Returns:

  • (::Array[::Integer])


8236
8237
8238
# File 'sig/types.rbs', line 8236

def integer_static_values
  @integer_static_values
end

#string_static_values::Array[::String]

Returns the value of attribute string_static_values.

Returns:

  • (::Array[::String])


8233
8234
8235
# File 'sig/types.rbs', line 8233

def string_static_values
  @string_static_values
end