Class: Aws::Types::RouteRef
- Inherits:
-
Object
- Object
- Aws::Types::RouteRef
- 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.
-
#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.
-
#route_name ⇒ ::String
Returns the value of attribute route_name.
-
#version ⇒ ::Integer
Returns the value of attribute version.
-
#virtual_router_name ⇒ ::String
Returns the value of attribute virtual_router_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def created_at @created_at end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def last_updated_at @last_updated_at end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def mesh_owner @mesh_owner end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def resource_owner @resource_owner end |
#route_name ⇒ ::String
Returns the value of attribute route_name.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def route_name @route_name end |
#version ⇒ ::Integer
Returns the value of attribute version.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def version @version end |
#virtual_router_name ⇒ ::String
Returns the value of attribute virtual_router_name.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def virtual_router_name @virtual_router_name end |