Class: Aws::Types::DescribeRefreshScheduleRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRefreshScheduleRequest
- 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.
4937 4938 4939 |
# File 'sig/types.rbs', line 4937 def aws_account_id @aws_account_id end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
4938 4939 4940 |
# File 'sig/types.rbs', line 4938 def data_set_id @data_set_id end |
#schedule_id ⇒ ::String
Returns the value of attribute schedule_id.
4939 4940 4941 |
# File 'sig/types.rbs', line 4939 def schedule_id @schedule_id end |