Class: Aws::Types::ListRefreshSchedulesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRefreshSchedulesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#refresh_schedules ⇒ ::Array[Types::RefreshSchedule]
Returns the value of attribute refresh_schedules.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#refresh_schedules ⇒ ::Array[Types::RefreshSchedule]
Returns the value of attribute refresh_schedules.
7703 7704 7705 |
# File 'sig/types.rbs', line 7703 def refresh_schedules @refresh_schedules end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
7705 7706 7707 |
# File 'sig/types.rbs', line 7705 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
7704 7705 7706 |
# File 'sig/types.rbs', line 7704 def status @status end |