Class: Aws::MediaLive::Types::InputRequestDestinationRoute

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


19619
19620
19621
19622
19623
19624
# File 'lib/aws-sdk-medialive/types.rb', line 19619

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

#gatewayString

An optional gateway for the route.

Returns:

  • (String)


19619
19620
19621
19622
19623
19624
# File 'lib/aws-sdk-medialive/types.rb', line 19619

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