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.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def custom_epoch @custom_epoch end |
#jam_sync_time ⇒ ::String
Returns the value of attribute jam_sync_time.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def jam_sync_time @jam_sync_time end |