Class: Aws::Types::UpdateRefreshScheduleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRefreshScheduleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#schedule ⇒ Types::RefreshSchedule
Returns the value of attribute schedule.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12477 12478 12479 |
# File 'sig/types.rbs', line 12477 def aws_account_id @aws_account_id end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
12476 12477 12478 |
# File 'sig/types.rbs', line 12476 def data_set_id @data_set_id end |
#schedule ⇒ Types::RefreshSchedule
Returns the value of attribute schedule.
12478 12479 12480 |
# File 'sig/types.rbs', line 12478 def schedule @schedule end |