Class: Aws::Types::VirtualServiceRef
- Inherits:
-
Object
- Object
- Aws::Types::VirtualServiceRef
- 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_service_name ⇒ ::String
Returns the value of attribute virtual_service_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def created_at @created_at end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1682 1683 1684 |
# File 'sig/types.rbs', line 1682 def last_updated_at @last_updated_at end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
1683 1684 1685 |
# File 'sig/types.rbs', line 1683 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
1684 1685 1686 |
# File 'sig/types.rbs', line 1684 def mesh_owner @mesh_owner end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
1685 1686 1687 |
# File 'sig/types.rbs', line 1685 def resource_owner @resource_owner end |
#version ⇒ ::Integer
Returns the value of attribute version.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def version @version end |
#virtual_service_name ⇒ ::String
Returns the value of attribute virtual_service_name.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def virtual_service_name @virtual_service_name end |