Class: Aws::Types::UpdateRefreshScheduleResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRefreshScheduleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#schedule_id ⇒ ::String
Returns the value of attribute schedule_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
12942 12943 12944 |
# File 'sig/types.rbs', line 12942 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12940 12941 12942 |
# File 'sig/types.rbs', line 12940 def request_id @request_id end |
#schedule_id ⇒ ::String
Returns the value of attribute schedule_id.
12941 12942 12943 |
# File 'sig/types.rbs', line 12941 def schedule_id @schedule_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12939 12940 12941 |
# File 'sig/types.rbs', line 12939 def status @status end |