Class: Aws::SecurityHub::Types::Ipv6CidrBlockAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::Ipv6CidrBlockAssociation
- Includes:
- Aws::Structure
- Defined in:
- 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.
26196 26197 26198 26199 26200 26201 26202 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26196 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`
26196 26197 26198 26199 26200 26201 26202 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26196 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.
26196 26197 26198 26199 26200 26201 26202 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26196 class Ipv6CidrBlockAssociation < Struct.new( :association_id, :ipv_6_cidr_block, :cidr_block_state) SENSITIVE = [] include Aws::Structure end |