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.
5170 5171 5172 |
# File 'sig/types.rbs', line 5170 def aws_account_id @aws_account_id end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
5171 5172 5173 |
# File 'sig/types.rbs', line 5171 def data_set_id @data_set_id end |
#schedule_id ⇒ ::String
Returns the value of attribute schedule_id.
5172 5173 5174 |
# File 'sig/types.rbs', line 5172 def schedule_id @schedule_id end |