Class: Aws::Types::CreateRefreshScheduleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRefreshScheduleRequest
- 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.
2595 2596 2597 |
# File 'sig/types.rbs', line 2595 def aws_account_id @aws_account_id end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
2594 2595 2596 |
# File 'sig/types.rbs', line 2594 def data_set_id @data_set_id end |
#schedule ⇒ Types::RefreshSchedule
Returns the value of attribute schedule.
2596 2597 2598 |
# File 'sig/types.rbs', line 2596 def schedule @schedule end |