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)


6277
6278
6279
# File 'sig/types.rbs', line 6277

def expiry
  @expiry
end

#participant_token::String

Returns the value of attribute participant_token.

Returns:

  • (::String)


6276
6277
6278
# File 'sig/types.rbs', line 6276

def participant_token
  @participant_token
end