Class: Aws::Types::VirtualNodeRef
- Inherits:
-
Object
- Object
- Aws::Types::VirtualNodeRef
- 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_node_name ⇒ ::String
Returns the value of attribute virtual_node_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def created_at @created_at end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def last_updated_at @last_updated_at end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def mesh_owner @mesh_owner end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def resource_owner @resource_owner end |
#version ⇒ ::Integer
Returns the value of attribute version.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def version @version end |
#virtual_node_name ⇒ ::String
Returns the value of attribute virtual_node_name.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def virtual_node_name @virtual_node_name end |