Class: Aws::Types::GatewayRouteData
- Inherits:
-
Object
- Object
- Aws::Types::GatewayRouteData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gateway_route_name ⇒ ::String
Returns the value of attribute gateway_route_name.
-
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
-
#metadata ⇒ Types::ResourceMetadata
Returns the value of attribute metadata.
-
#spec ⇒ Types::GatewayRouteSpec
Returns the value of attribute spec.
-
#status ⇒ Types::GatewayRouteStatus
Returns the value of attribute status.
-
#virtual_gateway_name ⇒ ::String
Returns the value of attribute virtual_gateway_name.
Instance Attribute Details
#gateway_route_name ⇒ ::String
Returns the value of attribute gateway_route_name.
393 394 395 |
# File 'sig/types.rbs', line 393 def gateway_route_name @gateway_route_name end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
394 395 396 |
# File 'sig/types.rbs', line 394 def mesh_name @mesh_name end |
#metadata ⇒ Types::ResourceMetadata
Returns the value of attribute metadata.
395 396 397 |
# File 'sig/types.rbs', line 395 def end |
#spec ⇒ Types::GatewayRouteSpec
Returns the value of attribute spec.
396 397 398 |
# File 'sig/types.rbs', line 396 def spec @spec end |
#status ⇒ Types::GatewayRouteStatus
Returns the value of attribute status.
397 398 399 |
# File 'sig/types.rbs', line 397 def status @status end |
#virtual_gateway_name ⇒ ::String
Returns the value of attribute virtual_gateway_name.
398 399 400 |
# File 'sig/types.rbs', line 398 def virtual_gateway_name @virtual_gateway_name end |