Class: Aws::EC2::Types::LocalGatewayRouteTableVirtualInterfaceGroupAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LocalGatewayRouteTableVirtualInterfaceGroupAssociation
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes an association between a local gateway route table and a virtual interface group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#local_gateway_id ⇒ String
The ID of the local gateway.
-
#local_gateway_route_table_arn ⇒ String
The Amazon Resource Name (ARN) of the local gateway route table for the virtual interface group.
-
#local_gateway_route_table_id ⇒ String
The ID of the local gateway route table.
-
#local_gateway_route_table_virtual_interface_group_association_id ⇒ String
The ID of the association.
-
#local_gateway_virtual_interface_group_id ⇒ String
The ID of the virtual interface group.
-
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the local gateway virtual interface group association.
-
#state ⇒ String
The state of the association.
-
#tags ⇒ Array<Types::Tag>
The tags assigned to the association.
Instance Attribute Details
#local_gateway_id ⇒ String
The ID of the local gateway.
48441 48442 48443 48444 48445 48446 48447 48448 48449 48450 48451 48452 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48441 class LocalGatewayRouteTableVirtualInterfaceGroupAssociation < Struct.new( :local_gateway_route_table_virtual_interface_group_association_id, :local_gateway_virtual_interface_group_id, :local_gateway_id, :local_gateway_route_table_id, :local_gateway_route_table_arn, :owner_id, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#local_gateway_route_table_arn ⇒ String
The Amazon Resource Name (ARN) of the local gateway route table for the virtual interface group.
48441 48442 48443 48444 48445 48446 48447 48448 48449 48450 48451 48452 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48441 class LocalGatewayRouteTableVirtualInterfaceGroupAssociation < Struct.new( :local_gateway_route_table_virtual_interface_group_association_id, :local_gateway_virtual_interface_group_id, :local_gateway_id, :local_gateway_route_table_id, :local_gateway_route_table_arn, :owner_id, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#local_gateway_route_table_id ⇒ String
The ID of the local gateway route table.
48441 48442 48443 48444 48445 48446 48447 48448 48449 48450 48451 48452 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48441 class LocalGatewayRouteTableVirtualInterfaceGroupAssociation < Struct.new( :local_gateway_route_table_virtual_interface_group_association_id, :local_gateway_virtual_interface_group_id, :local_gateway_id, :local_gateway_route_table_id, :local_gateway_route_table_arn, :owner_id, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#local_gateway_route_table_virtual_interface_group_association_id ⇒ String
The ID of the association.
48441 48442 48443 48444 48445 48446 48447 48448 48449 48450 48451 48452 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48441 class LocalGatewayRouteTableVirtualInterfaceGroupAssociation < Struct.new( :local_gateway_route_table_virtual_interface_group_association_id, :local_gateway_virtual_interface_group_id, :local_gateway_id, :local_gateway_route_table_id, :local_gateway_route_table_arn, :owner_id, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#local_gateway_virtual_interface_group_id ⇒ String
The ID of the virtual interface group.
48441 48442 48443 48444 48445 48446 48447 48448 48449 48450 48451 48452 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48441 class LocalGatewayRouteTableVirtualInterfaceGroupAssociation < Struct.new( :local_gateway_route_table_virtual_interface_group_association_id, :local_gateway_virtual_interface_group_id, :local_gateway_id, :local_gateway_route_table_id, :local_gateway_route_table_arn, :owner_id, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the local gateway virtual interface group association.
48441 48442 48443 48444 48445 48446 48447 48448 48449 48450 48451 48452 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48441 class LocalGatewayRouteTableVirtualInterfaceGroupAssociation < Struct.new( :local_gateway_route_table_virtual_interface_group_association_id, :local_gateway_virtual_interface_group_id, :local_gateway_id, :local_gateway_route_table_id, :local_gateway_route_table_arn, :owner_id, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the association.
48441 48442 48443 48444 48445 48446 48447 48448 48449 48450 48451 48452 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48441 class LocalGatewayRouteTableVirtualInterfaceGroupAssociation < Struct.new( :local_gateway_route_table_virtual_interface_group_association_id, :local_gateway_virtual_interface_group_id, :local_gateway_id, :local_gateway_route_table_id, :local_gateway_route_table_arn, :owner_id, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags assigned to the association.
48441 48442 48443 48444 48445 48446 48447 48448 48449 48450 48451 48452 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48441 class LocalGatewayRouteTableVirtualInterfaceGroupAssociation < Struct.new( :local_gateway_route_table_virtual_interface_group_association_id, :local_gateway_virtual_interface_group_id, :local_gateway_id, :local_gateway_route_table_id, :local_gateway_route_table_arn, :owner_id, :state, :tags) SENSITIVE = [] include Aws::Structure end |