Class: Aws::Types::MeshData

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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

#metadataTypes::ResourceMetadata

Returns the value of attribute metadata.



954
955
956
# File 'sig/types.rbs', line 954

def 
  
end

#specTypes::MeshSpec

Returns the value of attribute spec.



955
956
957
# File 'sig/types.rbs', line 955

def spec
  @spec
end

#statusTypes::MeshStatus

Returns the value of attribute status.



956
957
958
# File 'sig/types.rbs', line 956

def status
  @status
end