Class: Aws::SecurityHub::Types::VpcInfoCidrBlockSetDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::VpcInfoCidrBlockSetDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides details about the IPv4 CIDR blocks for the VPC.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidr_block ⇒ String
The IPv4 CIDR block for the VPC.
Instance Attribute Details
#cidr_block ⇒ String
The IPv4 CIDR block for the VPC.
31440 31441 31442 31443 31444 |
# File 'lib/aws-sdk-securityhub/types.rb', line 31440 class VpcInfoCidrBlockSetDetails < Struct.new( :cidr_block) SENSITIVE = [] include Aws::Structure end |