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.



3496
3497
3498
# File 'sig/types.rbs', line 3496

def dynamic_value
  @dynamic_value
end

#rolling_dateTypes::RollingDateConfiguration

Returns the value of attribute rolling_date.



3498
3499
3500
# File 'sig/types.rbs', line 3498

def rolling_date
  @rolling_date
end

#static_values::Array[::Time]

Returns the value of attribute static_values.

Returns:

  • (::Array[::Time])


3497
3498
3499
# File 'sig/types.rbs', line 3497

def static_values
  @static_values
end