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.
4947 4948 4949 |
# File 'sig/types.rbs', line 4947 def arn @arn end |
#refresh_schedule ⇒ Types::RefreshSchedule
Returns the value of attribute refresh_schedule.
4944 4945 4946 |
# File 'sig/types.rbs', line 4944 def refresh_schedule @refresh_schedule end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4946 4947 4948 |
# File 'sig/types.rbs', line 4946 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4945 4946 4947 |
# File 'sig/types.rbs', line 4945 def status @status end |