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.
12486 12487 12488 |
# File 'sig/types.rbs', line 12486 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12484 12485 12486 |
# File 'sig/types.rbs', line 12484 def request_id @request_id end |
#schedule_id ⇒ ::String
Returns the value of attribute schedule_id.
12485 12486 12487 |
# File 'sig/types.rbs', line 12485 def schedule_id @schedule_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12483 12484 12485 |
# File 'sig/types.rbs', line 12483 def status @status end |