Class: Aws::Types::VirtualServiceData
- Inherits:
-
Object
- Object
- Aws::Types::VirtualServiceData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
-
#metadata ⇒ Types::ResourceMetadata
Returns the value of attribute metadata.
-
#spec ⇒ Types::VirtualServiceSpec
Returns the value of attribute spec.
-
#status ⇒ Types::VirtualServiceStatus
Returns the value of attribute status.
-
#virtual_service_name ⇒ ::String
Returns the value of attribute virtual_service_name.
Instance Attribute Details
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def mesh_name @mesh_name end |
#metadata ⇒ Types::ResourceMetadata
Returns the value of attribute metadata.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def @metadata end |
#spec ⇒ Types::VirtualServiceSpec
Returns the value of attribute spec.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def spec @spec end |
#status ⇒ Types::VirtualServiceStatus
Returns the value of attribute status.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def status @status end |
#virtual_service_name ⇒ ::String
Returns the value of attribute virtual_service_name.
1661 1662 1663 |
# File 'sig/types.rbs', line 1661 def virtual_service_name @virtual_service_name end |