Method: Aws::WorkSpaces::Types::ConnectClientAddIn#name

Defined in:
lib/aws-sdk-workspaces/types.rb

#nameString

The name of the client add in.

Returns:

  • (String)


631
632
633
634
635
636
637
638
# File 'lib/aws-sdk-workspaces/types.rb', line 631

class ConnectClientAddIn < Struct.new(
  :add_in_id,
  :resource_id,
  :name,
  :url)
  SENSITIVE = []
  include Aws::Structure
end