Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::SecurityHub::Types::Ipv6CidrBlockAssociation

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

Overview

An IPV6 CIDR block association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The association ID for the IPv6 CIDR block.

Returns:

  • (String)

26564
26565
26566
26567
26568
26569
26570
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26564

class Ipv6CidrBlockAssociation < Struct.new(
  :association_id,
  :ipv_6_cidr_block,
  :cidr_block_state)
  SENSITIVE = []
  include Aws::Structure
end

#cidr_block_stateString

Information about the state of the CIDR block. Valid values are as follows:

  • associating

  • associated

  • disassociating

  • disassociated

  • failed

  • failing

Returns:

  • (String)

26564
26565
26566
26567
26568
26569
26570
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26564

class Ipv6CidrBlockAssociation < Struct.new(
  :association_id,
  :ipv_6_cidr_block,
  :cidr_block_state)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_cidr_blockString

The IPv6 CIDR block.

Returns:

  • (String)

26564
26565
26566
26567
26568
26569
26570
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26564

class Ipv6CidrBlockAssociation < Struct.new(
  :association_id,
  :ipv_6_cidr_block,
  :cidr_block_state)
  SENSITIVE = []
  include Aws::Structure
end