Class: Aws::MediaConnect::Types::RestartRouterInputResponse

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 ARN of the router input that was restarted.

Returns:

  • (String)


5641
5642
5643
5644
5645
5646
5647
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5641

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

#nameString

The name of the router input that was restarted.

Returns:

  • (String)


5641
5642
5643
5644
5645
5646
5647
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5641

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

#stateString

The current state of the router input after the restart operation.

Returns:

  • (String)


5641
5642
5643
5644
5645
5646
5647
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5641

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