Class: Aws::SecurityHub::Types::AwsEc2RouteTableDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#association_setArray<Types::AssociationSetDetails>

The associations between a route table and one or more subnets or a gateway.

Returns:



8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
# File 'lib/aws-sdk-securityhub/types.rb', line 8159

class AwsEc2RouteTableDetails < Struct.new(
  :association_set,
  :owner_id,
  :propagating_vgw_set,
  :route_table_id,
  :route_set,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

The ID of the Amazon Web Services account that owns the route table.

Returns:

  • (String)


8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
# File 'lib/aws-sdk-securityhub/types.rb', line 8159

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_setArray<Types::PropagatingVgwSetDetails>

Describes a virtual private gateway propagating route.



8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
# File 'lib/aws-sdk-securityhub/types.rb', line 8159

class AwsEc2RouteTableDetails < Struct.new(
  :association_set,
  :owner_id,
  :propagating_vgw_set,
  :route_table_id,
  :route_set,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#route_setArray<Types::RouteSetDetails>

The routes in the route table.

Returns:



8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
# File 'lib/aws-sdk-securityhub/types.rb', line 8159

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_idString

The ID of the route table.

Returns:

  • (String)


8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
# File 'lib/aws-sdk-securityhub/types.rb', line 8159

class AwsEc2RouteTableDetails < Struct.new(
  :association_set,
  :owner_id,
  :propagating_vgw_set,
  :route_table_id,
  :route_set,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the virtual private cloud (VPC).

Returns:

  • (String)


8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
# File 'lib/aws-sdk-securityhub/types.rb', line 8159

class AwsEc2RouteTableDetails < Struct.new(
  :association_set,
  :owner_id,
  :propagating_vgw_set,
  :route_table_id,
  :route_set,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end