Class: Aws::MediaConnect::Types::RestartRouterInputResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::RestartRouterInputResponse
- 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 input that was restarted.
-
#name ⇒ String
The name of the router input that was restarted.
-
#state ⇒ String
The current state of the router input after the restart operation.
Instance Attribute Details
#arn ⇒ String
The ARN of the router input that was restarted.
5641 5642 5643 5644 5645 5646 5647 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5641 class RestartRouterInputResponse < Struct.new( :arn, :name, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the router input that was restarted.
5641 5642 5643 5644 5645 5646 5647 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5641 class RestartRouterInputResponse < Struct.new( :arn, :name, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the router input after the restart operation.
5641 5642 5643 5644 5645 5646 5647 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5641 class RestartRouterInputResponse < Struct.new( :arn, :name, :state) SENSITIVE = [] include Aws::Structure end |