Class: Aws::Types::DescribeVirtualServiceInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mesh_name::String

Returns the value of attribute mesh_name.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def mesh_name
  @mesh_name
end

#mesh_owner::String

Returns the value of attribute mesh_owner.

Returns:

  • (::String)


353
354
355
# File 'sig/types.rbs', line 353

def mesh_owner
  @mesh_owner
end

#virtual_service_name::String

Returns the value of attribute virtual_service_name.

Returns:

  • (::String)


354
355
356
# File 'sig/types.rbs', line 354

def virtual_service_name
  @virtual_service_name
end