Class: Aws::MediaConnect::Types::RestartRouterOutputResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::RestartRouterOutputResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the router output that was restarted.
-
#name ⇒ String
The name of the router output that was restarted.
-
#state ⇒ String
The current state of the router output after the restart operation.
Instance Attribute Details
#arn ⇒ String
The ARN of the router output that was restarted.
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 |
#name ⇒ String
The name of the router output that was restarted.
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 |
#state ⇒ String
The current state of the router output after the restart operation.
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 |