Class: Aws::MediaConnect::Types::StartRouterOutputResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::StartRouterOutputResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the router output that was started.
-
#maintenance_schedule ⇒ Types::MaintenanceSchedule
The details of the maintenance schedule for the router output.
-
#maintenance_schedule_type ⇒ String
The type of maintenance schedule associated with the router output.
-
#name ⇒ String
The name of the router output that was started.
-
#state ⇒ String
The current state of the router output after being started.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the router output that was started.
7544 7545 7546 7547 7548 7549 7550 7551 7552 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7544 class StartRouterOutputResponse < Struct.new( :arn, :name, :state, :maintenance_schedule_type, :maintenance_schedule) SENSITIVE = [] include Aws::Structure end |
#maintenance_schedule ⇒ Types::MaintenanceSchedule
The details of the maintenance schedule for the router output.
7544 7545 7546 7547 7548 7549 7550 7551 7552 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7544 class StartRouterOutputResponse < Struct.new( :arn, :name, :state, :maintenance_schedule_type, :maintenance_schedule) SENSITIVE = [] include Aws::Structure end |
#maintenance_schedule_type ⇒ String
The type of maintenance schedule associated with the router output.
7544 7545 7546 7547 7548 7549 7550 7551 7552 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7544 class StartRouterOutputResponse < Struct.new( :arn, :name, :state, :maintenance_schedule_type, :maintenance_schedule) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the router output that was started.
7544 7545 7546 7547 7548 7549 7550 7551 7552 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7544 class StartRouterOutputResponse < Struct.new( :arn, :name, :state, :maintenance_schedule_type, :maintenance_schedule) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the router output after being started.
7544 7545 7546 7547 7548 7549 7550 7551 7552 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7544 class StartRouterOutputResponse < Struct.new( :arn, :name, :state, :maintenance_schedule_type, :maintenance_schedule) SENSITIVE = [] include Aws::Structure end |