Class: Aws::Types::DeleteRefreshScheduleRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRefreshScheduleRequest
- 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_id ⇒ ::String
Returns the value of attribute schedule_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4023 4024 4025 |
# File 'sig/types.rbs', line 4023 def aws_account_id @aws_account_id end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
4022 4023 4024 |
# File 'sig/types.rbs', line 4022 def data_set_id @data_set_id end |
#schedule_id ⇒ ::String
Returns the value of attribute schedule_id.
4024 4025 4026 |
# File 'sig/types.rbs', line 4024 def schedule_id @schedule_id end |