Class: Aws::Types::CreateRefreshScheduleResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateRefreshScheduleResponse
- 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.
2604 2605 2606 |
# File 'sig/types.rbs', line 2604 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2602 2603 2604 |
# File 'sig/types.rbs', line 2602 def request_id @request_id end |
#schedule_id ⇒ ::String
Returns the value of attribute schedule_id.
2603 2604 2605 |
# File 'sig/types.rbs', line 2603 def schedule_id @schedule_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2601 2602 2603 |
# File 'sig/types.rbs', line 2601 def status @status end |