Class: Aws::MediaLive::Types::InputDestinationRoute

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

A network route configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidrString

The CIDR of the route.

Returns:

  • (String)


20266
20267
20268
20269
20270
20271
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20266

class InputDestinationRoute < Struct.new(
  :cidr,
  :gateway)
  SENSITIVE = []
  include Aws::Structure
end

#gatewayString

An optional gateway for the route.

Returns:

  • (String)


20266
20267
20268
20269
20270
20271
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20266

class InputDestinationRoute < Struct.new(
  :cidr,
  :gateway)
  SENSITIVE = []
  include Aws::Structure
end