Class: Aws::Types::GatewayRouteRef
- Inherits:
-
Object
- Object
- Aws::Types::GatewayRouteRef
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#gateway_route_name ⇒ ::String
Returns the value of attribute gateway_route_name.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
-
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
-
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
-
#version ⇒ ::Integer
Returns the value of attribute version.
-
#virtual_gateway_name ⇒ ::String
Returns the value of attribute virtual_gateway_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
414 415 416 |
# File 'sig/types.rbs', line 414 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
415 416 417 |
# File 'sig/types.rbs', line 415 def created_at @created_at end |
#gateway_route_name ⇒ ::String
Returns the value of attribute gateway_route_name.
416 417 418 |
# File 'sig/types.rbs', line 416 def gateway_route_name @gateway_route_name end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
417 418 419 |
# File 'sig/types.rbs', line 417 def last_updated_at @last_updated_at end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
418 419 420 |
# File 'sig/types.rbs', line 418 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
419 420 421 |
# File 'sig/types.rbs', line 419 def mesh_owner @mesh_owner end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
420 421 422 |
# File 'sig/types.rbs', line 420 def resource_owner @resource_owner end |
#version ⇒ ::Integer
Returns the value of attribute version.
421 422 423 |
# File 'sig/types.rbs', line 421 def version @version end |
#virtual_gateway_name ⇒ ::String
Returns the value of attribute virtual_gateway_name.
422 423 424 |
# File 'sig/types.rbs', line 422 def virtual_gateway_name @virtual_gateway_name end |