Class: Aws::MediaConnect::Types::PublicRouterNetworkInterfaceRule

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cidrString

The CIDR block that is allowed to access the public router network interface.

Returns:

  • (String)


5233
5234
5235
5236
5237
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5233

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