Class: Aws::SecurityHub::Types::AssociationSetDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AssociationSetDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The associations between a route table and one or more subnets or a gateway.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_state ⇒ Types::AssociationStateDetails
The state of the association between a route table and a subnet or gateway.
-
#gateway_id ⇒ String
The ID of the internet gateway or virtual private gateway.
-
#main ⇒ Boolean
Indicates whether this is the main route table.
-
#route_table_association_id ⇒ String
The ID of the association.
-
#route_table_id ⇒ String
The ID of the route table.
-
#subnet_id ⇒ String
The ID of the subnet.
Instance Attribute Details
#association_state ⇒ Types::AssociationStateDetails
The state of the association between a route table and a subnet or gateway.
397 398 399 400 401 402 403 404 405 406 |
# File 'lib/aws-sdk-securityhub/types.rb', line 397 class AssociationSetDetails < Struct.new( :association_state, :gateway_id, :main, :route_table_association_id, :route_table_id, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The ID of the internet gateway or virtual private gateway.
397 398 399 400 401 402 403 404 405 406 |
# File 'lib/aws-sdk-securityhub/types.rb', line 397 class AssociationSetDetails < Struct.new( :association_state, :gateway_id, :main, :route_table_association_id, :route_table_id, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#main ⇒ Boolean
Indicates whether this is the main route table.
397 398 399 400 401 402 403 404 405 406 |
# File 'lib/aws-sdk-securityhub/types.rb', line 397 class AssociationSetDetails < Struct.new( :association_state, :gateway_id, :main, :route_table_association_id, :route_table_id, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#route_table_association_id ⇒ String
The ID of the association.
397 398 399 400 401 402 403 404 405 406 |
# File 'lib/aws-sdk-securityhub/types.rb', line 397 class AssociationSetDetails < Struct.new( :association_state, :gateway_id, :main, :route_table_association_id, :route_table_id, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#route_table_id ⇒ String
The ID of the route table.
397 398 399 400 401 402 403 404 405 406 |
# File 'lib/aws-sdk-securityhub/types.rb', line 397 class AssociationSetDetails < Struct.new( :association_state, :gateway_id, :main, :route_table_association_id, :route_table_id, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
The ID of the subnet. A subnet ID is not returned for an implicit association.
397 398 399 400 401 402 403 404 405 406 |
# File 'lib/aws-sdk-securityhub/types.rb', line 397 class AssociationSetDetails < Struct.new( :association_state, :gateway_id, :main, :route_table_association_id, :route_table_id, :subnet_id) SENSITIVE = [] include Aws::Structure end |