Module: Aws::MediaConnect::Client::_StartRouterOutputResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartRouterOutputResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #maintenance_schedule ⇒ Types::MaintenanceSchedule
- #maintenance_schedule_type ⇒ "WINDOW"
- #name ⇒ ::String
- #state ⇒ "CREATING", ...
Instance Method Details
#arn ⇒ ::String
885 |
# File 'sig/client.rbs', line 885
def arn: () -> ::String
|
#maintenance_schedule ⇒ Types::MaintenanceSchedule
889 |
# File 'sig/client.rbs', line 889
def maintenance_schedule: () -> Types::MaintenanceSchedule
|
#maintenance_schedule_type ⇒ "WINDOW"
888 |
# File 'sig/client.rbs', line 888
def maintenance_schedule_type: () -> ("WINDOW")
|
#name ⇒ ::String
886 |
# File 'sig/client.rbs', line 886
def name: () -> ::String
|
#state ⇒ "CREATING", ...
887 |
# File 'sig/client.rbs', line 887
def state: () -> ("CREATING" | "STANDBY" | "STARTING" | "ACTIVE" | "STOPPING" | "DELETING" | "UPDATING" | "ERROR" | "RECOVERING" | "MIGRATING")
|