Class: Aws::MediaConnect::Types::StartRouterInputResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::StartRouterInputResponse
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the router input that was started.
-
#maintenance_schedule ⇒ Types::MaintenanceSchedule
The details of the maintenance schedule for the router input.
-
#maintenance_schedule_type ⇒ String
The type of maintenance schedule associated with the router input.
-
#name ⇒ String
The name of the router input that was started.
-
#state ⇒ String
The current state of the router input after being started.
Instance Attribute Details
#arn ⇒ String
The ARN of the router input that was started.
7498 7499 7500 7501 7502 7503 7504 7505 7506 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 7498 class StartRouterInputResponse < 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 input.
7498 7499 7500 7501 7502 7503 7504 7505 7506 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 7498 class StartRouterInputResponse < 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 input.
7498 7499 7500 7501 7502 7503 7504 7505 7506 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 7498 class StartRouterInputResponse < Struct.new( :arn, :name, :state, :maintenance_schedule_type, :maintenance_schedule) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the router input that was started.
7498 7499 7500 7501 7502 7503 7504 7505 7506 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 7498 class StartRouterInputResponse < Struct.new( :arn, :name, :state, :maintenance_schedule_type, :maintenance_schedule) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the router input after being started.
7498 7499 7500 7501 7502 7503 7504 7505 7506 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 7498 class StartRouterInputResponse < Struct.new( :arn, :name, :state, :maintenance_schedule_type, :maintenance_schedule) SENSITIVE = [] include Aws::Structure end |