Class: Aws::Types::LocalGatewayRouteTableVpcAssociation
- Inherits:
-
Object
- Object
- Aws::Types::LocalGatewayRouteTableVpcAssociation
- 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_vpc_association_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_vpc_association_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.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#local_gateway_id ⇒ ::String
Returns the value of attribute local_gateway_id.
13575 13576 13577 |
# File 'sig/types.rbs', line 13575 def local_gateway_id @local_gateway_id end |
#local_gateway_route_table_arn ⇒ ::String
Returns the value of attribute local_gateway_route_table_arn.
13574 13575 13576 |
# File 'sig/types.rbs', line 13574 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.
13573 13574 13575 |
# File 'sig/types.rbs', line 13573 def local_gateway_route_table_id @local_gateway_route_table_id end |
#local_gateway_route_table_vpc_association_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_vpc_association_id.
13572 13573 13574 |
# File 'sig/types.rbs', line 13572 def local_gateway_route_table_vpc_association_id @local_gateway_route_table_vpc_association_id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
13577 13578 13579 |
# File 'sig/types.rbs', line 13577 def owner_id @owner_id end |
#state ⇒ ::String
Returns the value of attribute state.
13578 13579 13580 |
# File 'sig/types.rbs', line 13578 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
13579 13580 13581 |
# File 'sig/types.rbs', line 13579 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
13576 13577 13578 |
# File 'sig/types.rbs', line 13576 def vpc_id @vpc_id end |