Class: Aws::MediaConnect::Types::UpdateRouterNetworkInterfaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateRouterNetworkInterfaceRequest
- 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 network interface that you want to update.
-
#configuration ⇒ Types::RouterNetworkInterfaceConfiguration
The updated configuration settings for the router network interface.
-
#name ⇒ String
The updated name for the router network interface.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the router network interface that you want to update.
9096 9097 9098 9099 9100 9101 9102 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 9096 class UpdateRouterNetworkInterfaceRequest < Struct.new( :arn, :name, :configuration) SENSITIVE = [] include Aws::Structure end |
#configuration ⇒ Types::RouterNetworkInterfaceConfiguration
The updated configuration settings for the router network interface. Changing the type of the configuration is not supported.
9096 9097 9098 9099 9100 9101 9102 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 9096 class UpdateRouterNetworkInterfaceRequest < Struct.new( :arn, :name, :configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The updated name for the router network interface.
9096 9097 9098 9099 9100 9101 9102 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 9096 class UpdateRouterNetworkInterfaceRequest < Struct.new( :arn, :name, :configuration) SENSITIVE = [] include Aws::Structure end |