Class: Aws::Types::ConnectClientAddIn

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_in_id::String

Returns the value of attribute add_in_id.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def add_in_id
  @add_in_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def name
  @name
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def resource_id
  @resource_id
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def url
  @url
end