Class: Aws::SecurityHub::Types::AwsEc2RouteTableDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2RouteTableDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides details about a route table for the specified VPC.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_set ⇒ Array<Types::AssociationSetDetails>
The associations between a route table and one or more subnets or a gateway.
-
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the route table.
-
#propagating_vgw_set ⇒ Array<Types::PropagatingVgwSetDetails>
Describes a virtual private gateway propagating route.
-
#route_set ⇒ Array<Types::RouteSetDetails>
The routes in the route table.
-
#route_table_id ⇒ String
The ID of the route table.
-
#vpc_id ⇒ String
The ID of the virtual private cloud (VPC).
Instance Attribute Details
#association_set ⇒ Array<Types::AssociationSetDetails>
The associations between a route table and one or more subnets or a gateway.
8471 8472 8473 8474 8475 8476 8477 8478 8479 8480 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8471 class AwsEc2RouteTableDetails < Struct.new( :association_set, :owner_id, :propagating_vgw_set, :route_table_id, :route_set, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the route table.
8471 8472 8473 8474 8475 8476 8477 8478 8479 8480 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8471 class AwsEc2RouteTableDetails < Struct.new( :association_set, :owner_id, :propagating_vgw_set, :route_table_id, :route_set, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#propagating_vgw_set ⇒ Array<Types::PropagatingVgwSetDetails>
Describes a virtual private gateway propagating route.
8471 8472 8473 8474 8475 8476 8477 8478 8479 8480 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8471 class AwsEc2RouteTableDetails < Struct.new( :association_set, :owner_id, :propagating_vgw_set, :route_table_id, :route_set, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#route_set ⇒ Array<Types::RouteSetDetails>
The routes in the route table.
8471 8472 8473 8474 8475 8476 8477 8478 8479 8480 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8471 class AwsEc2RouteTableDetails < Struct.new( :association_set, :owner_id, :propagating_vgw_set, :route_table_id, :route_set, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#route_table_id ⇒ String
The ID of the route table.
8471 8472 8473 8474 8475 8476 8477 8478 8479 8480 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8471 class AwsEc2RouteTableDetails < Struct.new( :association_set, :owner_id, :propagating_vgw_set, :route_table_id, :route_set, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the virtual private cloud (VPC).
8471 8472 8473 8474 8475 8476 8477 8478 8479 8480 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8471 class AwsEc2RouteTableDetails < Struct.new( :association_set, :owner_id, :propagating_vgw_set, :route_table_id, :route_set, :vpc_id) SENSITIVE = [] include Aws::Structure end |