Class: Aws::SecurityHub::Types::AssociationSetDetails

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

Instance Attribute Details

#association_stateTypes::AssociationStateDetails

The state of the association between a route table and a subnet or gateway.



393
394
395
396
397
398
399
400
401
402
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 393

class AssociationSetDetails < Struct.new(
  :association_state,
  :gateway_id,
  :main,
  :route_table_association_id,
  :route_table_id,
  :subnet_id)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_idString

The ID of the internet gateway or virtual private gateway.

Returns:

  • (String)


393
394
395
396
397
398
399
400
401
402
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 393

class AssociationSetDetails < Struct.new(
  :association_state,
  :gateway_id,
  :main,
  :route_table_association_id,
  :route_table_id,
  :subnet_id)
  SENSITIVE = []
  include Aws::Structure
end

#mainBoolean

Indicates whether this is the main route table.

Returns:

  • (Boolean)


393
394
395
396
397
398
399
400
401
402
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 393

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_idString

The ID of the association.

Returns:

  • (String)


393
394
395
396
397
398
399
400
401
402
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 393

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_idString

The ID of the route table.

Returns:

  • (String)


393
394
395
396
397
398
399
400
401
402
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 393

class AssociationSetDetails < Struct.new(
  :association_state,
  :gateway_id,
  :main,
  :route_table_association_id,
  :route_table_id,
  :subnet_id)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

The ID of the subnet. A subnet ID is not returned for an implicit association.

Returns:

  • (String)


393
394
395
396
397
398
399
400
401
402
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 393

class AssociationSetDetails < Struct.new(
  :association_state,
  :gateway_id,
  :main,
  :route_table_association_id,
  :route_table_id,
  :subnet_id)
  SENSITIVE = []
  include Aws::Structure
end