class Aws::SecurityHub::Types::AwsEc2VpcDetails
Details about an EC2 VPC.
@note When making an API call, you may pass AwsEc2VpcDetails
data as a hash: { cidr_block_association_set: [ { association_id: "NonEmptyString", cidr_block: "NonEmptyString", cidr_block_state: "NonEmptyString", }, ], ipv_6_cidr_block_association_set: [ { association_id: "NonEmptyString", ipv_6_cidr_block: "NonEmptyString", cidr_block_state: "NonEmptyString", }, ], dhcp_options_id: "NonEmptyString", state: "NonEmptyString", }
@!attribute [rw] cidr_block_association_set
Information about the IPv4 CIDR blocks associated with the VPC. @return [Array<Types::CidrBlockAssociation>]
@!attribute [rw] ipv_6_cidr_block_association_set
Information about the IPv6 CIDR blocks associated with the VPC. @return [Array<Types::Ipv6CidrBlockAssociation>]
@!attribute [rw] dhcp_options_id
The identifier of the set of Dynamic Host Configuration Protocol (DHCP) options that are associated with the VPC. If the default options are associated with the VPC, then this is default. @return [String]
@!attribute [rw] state
The current state of the VPC. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEc2VpcDetails AWS API Documentation
Constants
- SENSITIVE