Class: Aws::Types::LocalGatewayRouteTableVirtualInterfaceGroupAssociation
- Inherits:
-
Object
- Object
- Aws::Types::LocalGatewayRouteTableVirtualInterfaceGroupAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#local_gateway_id ⇒ ::String
Returns the value of attribute local_gateway_id.
-
#local_gateway_route_table_arn ⇒ ::String
Returns the value of attribute local_gateway_route_table_arn.
-
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
-
#local_gateway_route_table_virtual_interface_group_association_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_virtual_interface_group_association_id.
-
#local_gateway_virtual_interface_group_id ⇒ ::String
Returns the value of attribute local_gateway_virtual_interface_group_id.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#local_gateway_id ⇒ ::String
Returns the value of attribute local_gateway_id.
13241 13242 13243 |
# File 'sig/types.rbs', line 13241 def local_gateway_id @local_gateway_id end |
#local_gateway_route_table_arn ⇒ ::String
Returns the value of attribute local_gateway_route_table_arn.
13243 13244 13245 |
# File 'sig/types.rbs', line 13243 def local_gateway_route_table_arn @local_gateway_route_table_arn end |
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
13242 13243 13244 |
# File 'sig/types.rbs', line 13242 def local_gateway_route_table_id @local_gateway_route_table_id end |
#local_gateway_route_table_virtual_interface_group_association_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_virtual_interface_group_association_id.
13239 13240 13241 |
# File 'sig/types.rbs', line 13239 def local_gateway_route_table_virtual_interface_group_association_id @local_gateway_route_table_virtual_interface_group_association_id end |
#local_gateway_virtual_interface_group_id ⇒ ::String
Returns the value of attribute local_gateway_virtual_interface_group_id.
13240 13241 13242 |
# File 'sig/types.rbs', line 13240 def local_gateway_virtual_interface_group_id @local_gateway_virtual_interface_group_id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
13244 13245 13246 |
# File 'sig/types.rbs', line 13244 def owner_id @owner_id end |
#state ⇒ ::String
Returns the value of attribute state.
13245 13246 13247 |
# File 'sig/types.rbs', line 13245 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
13246 13247 13248 |
# File 'sig/types.rbs', line 13246 def @tags end |