Class: Aws::Types::EpochLockingSettings
- Inherits:
-
Object
- Object
- Aws::Types::EpochLockingSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_epoch ⇒ ::String
Returns the value of attribute custom_epoch.
-
#jam_sync_time ⇒ ::String
Returns the value of attribute jam_sync_time.
Instance Attribute Details
#custom_epoch ⇒ ::String
Returns the value of attribute custom_epoch.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def custom_epoch @custom_epoch end |
#jam_sync_time ⇒ ::String
Returns the value of attribute jam_sync_time.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def jam_sync_time @jam_sync_time end |