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
882 |
# File 'sig/client.rbs', line 882
def arn: () -> ::String
|
#maintenance_schedule ⇒ Types::MaintenanceSchedule
886 |
# File 'sig/client.rbs', line 886
def maintenance_schedule: () -> Types::MaintenanceSchedule
|
#maintenance_schedule_type ⇒ "WINDOW"
885 |
# File 'sig/client.rbs', line 885
def maintenance_schedule_type: () -> ("WINDOW")
|
#name ⇒ ::String
883 |
# File 'sig/client.rbs', line 883
def name: () -> ::String
|
#state ⇒ "CREATING", ...
884 |
# File 'sig/client.rbs', line 884
def state: () -> ("CREATING" | "STANDBY" | "STARTING" | "ACTIVE" | "STOPPING" | "DELETING" | "UPDATING" | "ERROR" | "RECOVERING" | "MIGRATING")
|