Class: Aws::MediaLive::Types::RouteCreateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::RouteCreateRequest
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Used in CreateNetworkRequest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidr ⇒ String
A CIDR block for one Route.
-
#gateway ⇒ String
The IP address of the Gateway for this route, if applicable.
Instance Attribute Details
#cidr ⇒ String
A CIDR block for one Route.
20033 20034 20035 20036 20037 20038 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20033 class RouteCreateRequest < Struct.new( :cidr, :gateway) SENSITIVE = [] include Aws::Structure end |
#gateway ⇒ String
The IP address of the Gateway for this route, if applicable.
20033 20034 20035 20036 20037 20038 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20033 class RouteCreateRequest < Struct.new( :cidr, :gateway) SENSITIVE = [] include Aws::Structure end |