Class: Aws::VPCLattice::Types::CidrResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::CidrResource
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Describes a CIDR resource, which represents a network segment as one or more CIDR ranges.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidr_ranges ⇒ Array<String>
The CIDR ranges of the network segment, for example,
10.0.0.0/16.
Instance Attribute Details
#cidr_ranges ⇒ Array<String>
The CIDR ranges of the network segment, for example, 10.0.0.0/16.
139 140 141 142 143 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 139 class CidrResource < Struct.new( :cidr_ranges) SENSITIVE = [] include Aws::Structure end |