Class: Aws::Types::VirtualRouterRef
- Inherits:
-
Object
- Object
- Aws::Types::VirtualRouterRef
- 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.
-
#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.
1624 1625 1626 |
# File 'sig/types.rbs', line 1624 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def created_at @created_at end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def last_updated_at @last_updated_at end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def mesh_owner @mesh_owner end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def resource_owner @resource_owner end |
#version ⇒ ::Integer
Returns the value of attribute version.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def version @version end |
#virtual_router_name ⇒ ::String
Returns the value of attribute virtual_router_name.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def virtual_router_name @virtual_router_name end |