Class: Aws::MediaConnect::Types::GetRouterOutputResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::GetRouterOutputResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#router_output ⇒ Types::RouterOutput
The details of the requested router output, including its configuration, state, and other attributes.
Instance Attribute Details
#router_output ⇒ Types::RouterOutput
The details of the requested router output, including its configuration, state, and other attributes.
3050 3051 3052 3053 3054 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3050 class GetRouterOutputResponse < Struct.new( :router_output) SENSITIVE = [] include Aws::Structure end |