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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Details about an EC2 VPC.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_block_association_setArray<Types::CidrBlockAssociation>

Information about the IPv4 CIDR blocks associated with the VPC.

Returns:



8989
8990
8991
8992
8993
8994
8995
8996
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8989

class AwsEc2VpcDetails < Struct.new(
  :cidr_block_association_set,
  :ipv_6_cidr_block_association_set,
  :dhcp_options_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#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)


8989
8990
8991
8992
8993
8994
8995
8996
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8989

class AwsEc2VpcDetails < Struct.new(
  :cidr_block_association_set,
  :ipv_6_cidr_block_association_set,
  :dhcp_options_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_cidr_block_association_setArray<Types::Ipv6CidrBlockAssociation>

Information about the IPv6 CIDR blocks associated with the VPC.



8989
8990
8991
8992
8993
8994
8995
8996
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8989

class AwsEc2VpcDetails < Struct.new(
  :cidr_block_association_set,
  :ipv_6_cidr_block_association_set,
  :dhcp_options_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the VPC. Valid values are available or pending.

Returns:

  • (String)


8989
8990
8991
8992
8993
8994
8995
8996
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8989

class AwsEc2VpcDetails < Struct.new(
  :cidr_block_association_set,
  :ipv_6_cidr_block_association_set,
  :dhcp_options_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end