Class: Aws::MediaConnect::Types::StopRouterOutputResponse

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

Returns:

  • (String)


8150
8151
8152
8153
8154
8155
8156
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8150

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

#name ⇒ String

The name of the router output that was stopped.

Returns:

  • (String)


8150
8151
8152
8153
8154
8155
8156
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8150

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

#state ⇒ String

The current state of the router output after being stopped.

Returns:

  • (String)


8150
8151
8152
8153
8154
8155
8156
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8150

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