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.
13254 13255 13256 |
# File 'sig/types.rbs', line 13254 def local_gateway_id @local_gateway_id end |
#local_gateway_route_table_arn ⇒ ::String
Returns the value of attribute local_gateway_route_table_arn.
13253 13254 13255 |
# File 'sig/types.rbs', line 13253 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.
13252 13253 13254 |
# File 'sig/types.rbs', line 13252 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.
13251 13252 13253 |
# File 'sig/types.rbs', line 13251 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.
13256 13257 13258 |
# File 'sig/types.rbs', line 13256 def owner_id @owner_id end |
#state ⇒ ::String
Returns the value of attribute state.
13257 13258 13259 |
# File 'sig/types.rbs', line 13257 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
13258 13259 13260 |
# File 'sig/types.rbs', line 13258 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
13255 13256 13257 |
# File 'sig/types.rbs', line 13255 def vpc_id @vpc_id end |