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


8586
8587
8588
# File 'sig/types.rbs', line 8586

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


8585
8586
8587
# File 'sig/types.rbs', line 8585

def decimal_static_values
  @decimal_static_values
end

#integer_static_values::Array[::Integer]

Returns the value of attribute integer_static_values.

Returns:

  • (::Array[::Integer])


8587
8588
8589
# File 'sig/types.rbs', line 8587

def integer_static_values
  @integer_static_values
end

#string_static_values::Array[::String]

Returns the value of attribute string_static_values.

Returns:

  • (::Array[::String])


8584
8585
8586
# File 'sig/types.rbs', line 8584

def string_static_values
  @string_static_values
end