Class: Aws::Types::MeshData
- Inherits:
-
Object
- Object
- Aws::Types::MeshData
- 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::MeshSpec
Returns the value of attribute spec.
-
#status ⇒ Types::MeshStatus
Returns the value of attribute status.
Instance Attribute Details
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
953 954 955 |
# File 'sig/types.rbs', line 953 def mesh_name @mesh_name end |
#metadata ⇒ Types::ResourceMetadata
Returns the value of attribute metadata.
954 955 956 |
# File 'sig/types.rbs', line 954 def end |
#spec ⇒ Types::MeshSpec
Returns the value of attribute spec.
955 956 957 |
# File 'sig/types.rbs', line 955 def spec @spec end |
#status ⇒ Types::MeshStatus
Returns the value of attribute status.
956 957 958 |
# File 'sig/types.rbs', line 956 def status @status end |