Class: Aws::Types::UpdateConnectClientAddInRequest

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)


1536
1537
1538
# File 'sig/types.rbs', line 1536

def add_in_id
  @add_in_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def name
  @name
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def resource_id
  @resource_id
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


1539
1540
1541
# File 'sig/types.rbs', line 1539

def url
  @url
end