Class: Aws::Types::DateTimeDefaultValues

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.



3627
3628
3629
# File 'sig/types.rbs', line 3627

def dynamic_value
  @dynamic_value
end

#rolling_dateTypes::RollingDateConfiguration

Returns the value of attribute rolling_date.



3629
3630
3631
# File 'sig/types.rbs', line 3629

def rolling_date
  @rolling_date
end

#static_values::Array[::Time]

Returns the value of attribute static_values.

Returns:

  • (::Array[::Time])


3628
3629
3630
# File 'sig/types.rbs', line 3628

def static_values
  @static_values
end