Class: Aws::Types::LocalGatewayRouteTable
- Inherits:
-
Object
- Object
- Aws::Types::LocalGatewayRouteTable
- 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.
-
#mode ⇒ "direct-vpc-routing", "coip"
Returns the value of attribute mode.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#state_reason ⇒ Types::StateReason
Returns the value of attribute state_reason.
-
#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.
12957 12958 12959 |
# File 'sig/types.rbs', line 12957 def local_gateway_id @local_gateway_id end |
#local_gateway_route_table_arn ⇒ ::String
Returns the value of attribute local_gateway_route_table_arn.
12956 12957 12958 |
# File 'sig/types.rbs', line 12956 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.
12955 12956 12957 |
# File 'sig/types.rbs', line 12955 def local_gateway_route_table_id @local_gateway_route_table_id end |
#mode ⇒ "direct-vpc-routing", "coip"
Returns the value of attribute mode.
12962 12963 12964 |
# File 'sig/types.rbs', line 12962 def mode @mode end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
12958 12959 12960 |
# File 'sig/types.rbs', line 12958 def outpost_arn @outpost_arn end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
12959 12960 12961 |
# File 'sig/types.rbs', line 12959 def owner_id @owner_id end |
#state ⇒ ::String
Returns the value of attribute state.
12960 12961 12962 |
# File 'sig/types.rbs', line 12960 def state @state end |
#state_reason ⇒ Types::StateReason
Returns the value of attribute state_reason.
12963 12964 12965 |
# File 'sig/types.rbs', line 12963 def state_reason @state_reason end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12961 12962 12963 |
# File 'sig/types.rbs', line 12961 def @tags end |