Class: Aws::Types::QuickConnectContactData

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:



6680
6681
6682
# File 'sig/types.rbs', line 6680

def contact_id
  @contact_id
end

#initiation_timestamp::Time

Returns the value of attribute initiation_timestamp.

Returns:



6681
6682
6683
# File 'sig/types.rbs', line 6681

def initiation_timestamp
  @initiation_timestamp
end

#quick_connect_id::String

Returns the value of attribute quick_connect_id.

Returns:



6682
6683
6684
# File 'sig/types.rbs', line 6682

def quick_connect_id
  @quick_connect_id
end

#quick_connect_name::String

Returns the value of attribute quick_connect_name.

Returns:



6683
6684
6685
# File 'sig/types.rbs', line 6683

def quick_connect_name
  @quick_connect_name
end

#quick_connect_type"USER", ...

Returns the value of attribute quick_connect_type.

Returns:



6684
6685
6686
# File 'sig/types.rbs', line 6684

def quick_connect_type
  @quick_connect_type
end