Class: Aws::Types::AssetBundleImportJobRefreshScheduleOverrideParameters
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleImportJobRefreshScheduleOverrideParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#schedule_id ⇒ ::String
Returns the value of attribute schedule_id.
-
#start_after_date_time ⇒ ::Time
Returns the value of attribute start_after_date_time.
Instance Attribute Details
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
642 643 644 |
# File 'sig/types.rbs', line 642 def data_set_id @data_set_id end |
#schedule_id ⇒ ::String
Returns the value of attribute schedule_id.
643 644 645 |
# File 'sig/types.rbs', line 643 def schedule_id @schedule_id end |
#start_after_date_time ⇒ ::Time
Returns the value of attribute start_after_date_time.
644 645 646 |
# File 'sig/types.rbs', line 644 def start_after_date_time @start_after_date_time end |