Class: Aws::Types::CreateParticipantRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1640
1641
1642
# File 'sig/types.rbs', line 1640

def client_token
  @client_token
end

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


1639
1640
1641
# File 'sig/types.rbs', line 1639

def contact_id
  @contact_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1638
1639
1640
# File 'sig/types.rbs', line 1638

def instance_id
  @instance_id
end

#participant_detailsTypes::ParticipantDetailsToAdd

Returns the value of attribute participant_details.



1641
1642
1643
# File 'sig/types.rbs', line 1641

def participant_details
  @participant_details
end