Class: Aws::Types::DismissUserContactRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


3070
3071
3072
# File 'sig/types.rbs', line 3070

def contact_id
  @contact_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


3069
3070
3071
# File 'sig/types.rbs', line 3069

def instance_id
  @instance_id
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


3068
3069
3070
# File 'sig/types.rbs', line 3068

def user_id
  @user_id
end