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

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

Returns:

  • (String)


8115
8116
8117
8118
8119
8120
8121
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8115

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

#name ⇒ String

The name of the router input that was stopped.

Returns:

  • (String)


8115
8116
8117
8118
8119
8120
8121
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8115

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

#state ⇒ String

The current state of the router input after being stopped.

Returns:

  • (String)


8115
8116
8117
8118
8119
8120
8121
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8115

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