Class: Aws::Types::ParticipantTokenCredentials
- Inherits:
-
Object
- Object
- Aws::Types::ParticipantTokenCredentials
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expiry ⇒ ::String
Returns the value of attribute expiry.
-
#participant_token ⇒ ::String
Returns the value of attribute participant_token.
Instance Attribute Details
#expiry ⇒ ::String
Returns the value of attribute expiry.
6024 6025 6026 |
# File 'sig/types.rbs', line 6024 def expiry @expiry end |
#participant_token ⇒ ::String
Returns the value of attribute participant_token.
6023 6024 6025 |
# File 'sig/types.rbs', line 6023 def participant_token @participant_token end |