Class: Aws::Types::DescribeRefreshScheduleResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRefreshScheduleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#refresh_schedule ⇒ Types::RefreshSchedule
Returns the value of attribute refresh_schedule.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
5180 5181 5182 |
# File 'sig/types.rbs', line 5180 def arn @arn end |
#refresh_schedule ⇒ Types::RefreshSchedule
Returns the value of attribute refresh_schedule.
5177 5178 5179 |
# File 'sig/types.rbs', line 5177 def refresh_schedule @refresh_schedule end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5179 5180 5181 |
# File 'sig/types.rbs', line 5179 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5178 5179 5180 |
# File 'sig/types.rbs', line 5178 def status @status end |