Class: Aws::SecurityHub::Types::CidrBlockAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::CidrBlockAssociation
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
An IPv4 CIDR block association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_id ⇒ String
The association ID for the IPv4 CIDR block.
-
#cidr_block ⇒ String
The IPv4 CIDR block.
-
#cidr_block_state ⇒ String
Information about the state of the IPv4 CIDR block.
Instance Attribute Details
#association_id ⇒ String
The association ID for the IPv4 CIDR block.
22966 22967 22968 22969 22970 22971 22972 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22966 class CidrBlockAssociation < Struct.new( :association_id, :cidr_block, :cidr_block_state) SENSITIVE = [] include Aws::Structure end |
#cidr_block ⇒ String
The IPv4 CIDR block.
22966 22967 22968 22969 22970 22971 22972 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22966 class CidrBlockAssociation < Struct.new( :association_id, :cidr_block, :cidr_block_state) SENSITIVE = [] include Aws::Structure end |
#cidr_block_state ⇒ String
Information about the state of the IPv4 CIDR block.
22966 22967 22968 22969 22970 22971 22972 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22966 class CidrBlockAssociation < Struct.new( :association_id, :cidr_block, :cidr_block_state) SENSITIVE = [] include Aws::Structure end |