Class: Aws::Types::ParticipantTokenCredentials

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expiry::String

Returns the value of attribute expiry.

Returns:

  • (::String)


6178
6179
6180
# File 'sig/types.rbs', line 6178

def expiry
  @expiry
end

#participant_token::String

Returns the value of attribute participant_token.

Returns:

  • (::String)


6177
6178
6179
# File 'sig/types.rbs', line 6177

def participant_token
  @participant_token
end