Class: Aws::Types::MeshRef
- Inherits:
-
Object
- Object
- Aws::Types::MeshRef
- 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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
961 962 963 |
# File 'sig/types.rbs', line 961 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
962 963 964 |
# File 'sig/types.rbs', line 962 def created_at @created_at end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
963 964 965 |
# File 'sig/types.rbs', line 963 def last_updated_at @last_updated_at end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
964 965 966 |
# File 'sig/types.rbs', line 964 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
965 966 967 |
# File 'sig/types.rbs', line 965 def mesh_owner @mesh_owner end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
966 967 968 |
# File 'sig/types.rbs', line 966 def resource_owner @resource_owner end |
#version ⇒ ::Integer
Returns the value of attribute version.
967 968 969 |
# File 'sig/types.rbs', line 967 def version @version end |