Class: Aws::Types::UpdateParticipantAuthenticationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateParticipantAuthenticationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#error ⇒ ::String
Returns the value of attribute error.
-
#error_description ⇒ ::String
Returns the value of attribute error_description.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
8576 8577 8578 |
# File 'sig/types.rbs', line 8576 def code @code end |
#error ⇒ ::String
Returns the value of attribute error.
8577 8578 8579 |
# File 'sig/types.rbs', line 8577 def error @error end |
#error_description ⇒ ::String
Returns the value of attribute error_description.
8578 8579 8580 |
# File 'sig/types.rbs', line 8578 def error_description @error_description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8575 8576 8577 |
# File 'sig/types.rbs', line 8575 def instance_id @instance_id end |
#state ⇒ ::String
Returns the value of attribute state.
8574 8575 8576 |
# File 'sig/types.rbs', line 8574 def state @state end |