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.
12983 12984 12985 |
# File 'sig/types.rbs', line 12983 def local_gateway_id @local_gateway_id end |
#local_gateway_route_table_arn ⇒ ::String
Returns the value of attribute local_gateway_route_table_arn.
12982 12983 12984 |
# File 'sig/types.rbs', line 12982 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.
12981 12982 12983 |
# File 'sig/types.rbs', line 12981 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.
12980 12981 12982 |
# File 'sig/types.rbs', line 12980 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.
12985 12986 12987 |
# File 'sig/types.rbs', line 12985 def owner_id @owner_id end |
#state ⇒ ::String
Returns the value of attribute state.
12986 12987 12988 |
# File 'sig/types.rbs', line 12986 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12987 12988 12989 |
# File 'sig/types.rbs', line 12987 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
12984 12985 12986 |
# File 'sig/types.rbs', line 12984 def vpc_id @vpc_id end |