Class: Aws::MediaConnect::Types::PublicRouterNetworkInterfaceRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::PublicRouterNetworkInterfaceRule
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
A rule that allows a specific CIDR block to access the public router network interface.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidr ⇒ String
The CIDR block that is allowed to access the public router network interface.
Instance Attribute Details
#cidr ⇒ String
The CIDR block that is allowed to access the public router network interface.
5233 5234 5235 5236 5237 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5233 class PublicRouterNetworkInterfaceRule < Struct.new( :cidr) SENSITIVE = [] include Aws::Structure end |