Class: Aws::MediaConnect::Types::RestartRouterOutputResponse

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 output that was restarted.

Returns:

  • (String)


5676
5677
5678
5679
5680
5681
5682
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5676

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

#nameString

The name of the router output that was restarted.

Returns:

  • (String)


5676
5677
5678
5679
5680
5681
5682
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5676

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

#stateString

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

Returns:

  • (String)


5676
5677
5678
5679
5680
5681
5682
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5676

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