Class: Aws::MediaConnect::Types::StartRouterInputResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The ARN of the router input that was started.

Returns:

  • (String)


8003
8004
8005
8006
8007
8008
8009
8010
8011
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8003

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.



8003
8004
8005
8006
8007
8008
8009
8010
8011
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8003

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.

Returns:

  • (String)


8003
8004
8005
8006
8007
8008
8009
8010
8011
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8003

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.

Returns:

  • (String)


8003
8004
8005
8006
8007
8008
8009
8010
8011
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8003

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.

Returns:

  • (String)


8003
8004
8005
8006
8007
8008
8009
8010
8011
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8003

class StartRouterInputResponse < Struct.new(
  :arn,
  :name,
  :state,
  :maintenance_schedule_type,
  :maintenance_schedule)
  SENSITIVE = []
  include Aws::Structure
end