Class: Aws::MediaConnect::Types::UpdateRouterNetworkInterfaceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the router network interface that you want to update.

Returns:

  • (String)


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

#configurationTypes::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

#nameString

The updated name for the router network interface.

Returns:

  • (String)


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