Class: Aws::MediaConnect::Types::StopRouterInputResponse

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 stopped.



7610
7611
7612
7613
7614
7615
7616
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7610

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

#nameString

The name of the router input that was stopped.



7610
7611
7612
7613
7614
7615
7616
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7610

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

#stateString

The current state of the router input after being stopped.



7610
7611
7612
7613
7614
7615
7616
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7610

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