Class: Aws::MediaConnect::Types::StartRouterOutputRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::StartRouterOutputRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the router output that you want to start.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the router output that you want to start.
7515 7516 7517 7518 7519 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7515 class StartRouterOutputRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |