Class: Aws::MediaConnect::Types::StartRouterOutputResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the router output that was started.

Returns:

  • (String)


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_scheduleTypes::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_typeString

The type of maintenance schedule associated with the router output.

Returns:

  • (String)


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

#nameString

The name of the router output that was started.

Returns:

  • (String)


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

#stateString

The current state of the router output after being started.

Returns:

  • (String)


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