Class: Aws::SecurityHub::Types::AssociationSetDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AssociationSetDetails
- Defined in:
- gems/aws-sdk-securityhub/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.
528 529 530 531 532 533 534 535 536 537 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 528 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.
528 529 530 531 532 533 534 535 536 537 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 528 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.
528 529 530 531 532 533 534 535 536 537 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 528 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.
528 529 530 531 532 533 534 535 536 537 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 528 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.
528 529 530 531 532 533 534 535 536 537 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 528 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.
528 529 530 531 532 533 534 535 536 537 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 528 class AssociationSetDetails < Struct.new( :association_state, :gateway_id, :main, :route_table_association_id, :route_table_id, :subnet_id) SENSITIVE = [] include Aws::Structure end |