Class: Aws::Types::CreateConnectClientAddInRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


250
251
252
# File 'sig/types.rbs', line 250

def name
  @name
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def resource_id
  @resource_id
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def url
  @url
end