Class: Aws::Types::DescribeMeshInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMeshInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
-
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
Instance Attribute Details
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
292 293 294 |
# File 'sig/types.rbs', line 292 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
293 294 295 |
# File 'sig/types.rbs', line 293 def mesh_owner @mesh_owner end |