Class: Aws::EC2::Types::LocalGatewayRouteTableVpcAssociation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes an association between a local gateway route table and a VPC.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#local_gateway_idString

The ID of the local gateway.

Returns:

  • (String)


45989
45990
45991
45992
45993
45994
45995
45996
45997
45998
45999
46000
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45989

class LocalGatewayRouteTableVpcAssociation < Struct.new(
  :local_gateway_route_table_vpc_association_id,
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :local_gateway_id,
  :vpc_id,
  :owner_id,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#local_gateway_route_table_arnString

The Amazon Resource Name (ARN) of the local gateway route table for the association.

Returns:

  • (String)


45989
45990
45991
45992
45993
45994
45995
45996
45997
45998
45999
46000
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45989

class LocalGatewayRouteTableVpcAssociation < Struct.new(
  :local_gateway_route_table_vpc_association_id,
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :local_gateway_id,
  :vpc_id,
  :owner_id,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#local_gateway_route_table_idString

The ID of the local gateway route table.

Returns:

  • (String)


45989
45990
45991
45992
45993
45994
45995
45996
45997
45998
45999
46000
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45989

class LocalGatewayRouteTableVpcAssociation < Struct.new(
  :local_gateway_route_table_vpc_association_id,
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :local_gateway_id,
  :vpc_id,
  :owner_id,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#local_gateway_route_table_vpc_association_idString

The ID of the association.

Returns:

  • (String)


45989
45990
45991
45992
45993
45994
45995
45996
45997
45998
45999
46000
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45989

class LocalGatewayRouteTableVpcAssociation < Struct.new(
  :local_gateway_route_table_vpc_association_id,
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :local_gateway_id,
  :vpc_id,
  :owner_id,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

The ID of the Amazon Web Services account that owns the local gateway route table for the association.

Returns:

  • (String)


45989
45990
45991
45992
45993
45994
45995
45996
45997
45998
45999
46000
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45989

class LocalGatewayRouteTableVpcAssociation < Struct.new(
  :local_gateway_route_table_vpc_association_id,
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :local_gateway_id,
  :vpc_id,
  :owner_id,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the association.

Returns:

  • (String)


45989
45990
45991
45992
45993
45994
45995
45996
45997
45998
45999
46000
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45989

class LocalGatewayRouteTableVpcAssociation < Struct.new(
  :local_gateway_route_table_vpc_association_id,
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :local_gateway_id,
  :vpc_id,
  :owner_id,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags assigned to the association.

Returns:



45989
45990
45991
45992
45993
45994
45995
45996
45997
45998
45999
46000
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45989

class LocalGatewayRouteTableVpcAssociation < Struct.new(
  :local_gateway_route_table_vpc_association_id,
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :local_gateway_id,
  :vpc_id,
  :owner_id,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


45989
45990
45991
45992
45993
45994
45995
45996
45997
45998
45999
46000
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45989

class LocalGatewayRouteTableVpcAssociation < Struct.new(
  :local_gateway_route_table_vpc_association_id,
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :local_gateway_id,
  :vpc_id,
  :owner_id,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end