Class: Aws::VPCLattice::Types::CidrResource

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

Instance Attribute Details

#cidr_rangesArray<String>

The CIDR ranges of the network segment, for example, 10.0.0.0/16.

Returns:

  • (Array<String>)


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