Class: Aws::SecurityHub::Types::Ipv6CidrBlockAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::Ipv6CidrBlockAssociation
- 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
-
#association_id ⇒ String
The association ID for the IPv6 CIDR block.
-
#cidr_block_state ⇒ String
Information about the state of the CIDR block.
-
#ipv_6_cidr_block ⇒ String
The IPv6 CIDR block.
Instance Attribute Details
#association_id ⇒ String
The association ID for the IPv6 CIDR block.
26411 26412 26413 26414 26415 26416 26417 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26411 class Ipv6CidrBlockAssociation < Struct.new( :association_id, :ipv_6_cidr_block, :cidr_block_state) SENSITIVE = [] include Aws::Structure end |
#cidr_block_state ⇒ String
Information about the state of the CIDR block. Valid values are as follows:
associating
associated
disassociating
disassociated
failed
failing
26411 26412 26413 26414 26415 26416 26417 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26411 class Ipv6CidrBlockAssociation < Struct.new( :association_id, :ipv_6_cidr_block, :cidr_block_state) SENSITIVE = [] include Aws::Structure end |
#ipv_6_cidr_block ⇒ String
The IPv6 CIDR block.
26411 26412 26413 26414 26415 26416 26417 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26411 class Ipv6CidrBlockAssociation < Struct.new( :association_id, :ipv_6_cidr_block, :cidr_block_state) SENSITIVE = [] include Aws::Structure end |