You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsEc2VpcDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsEc2VpcDetails as input to an Aws::Client method, you can use a vanilla 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",
}

Details about an EC2 VPC.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_block_association_setArray<Types::CidrBlockAssociation>

Information about the IPv4 CIDR blocks associated with the VPC.

Returns:

#dhcp_options_idString

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.

Returns:

  • (String)

    The identifier of the set of Dynamic Host Configuration Protocol (DHCP) options that are associated with the VPC.

#ipv_6_cidr_block_association_setArray<Types::Ipv6CidrBlockAssociation>

Information about the IPv6 CIDR blocks associated with the VPC.

Returns:

#stateString

The current state of the VPC.

Returns:

  • (String)

    The current state of the VPC.