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.
8918 8919 8920 |
# File 'sig/types.rbs', line 8918 def code @code end |
#error ⇒ ::String
Returns the value of attribute error.
8919 8920 8921 |
# File 'sig/types.rbs', line 8919 def error @error end |
#error_description ⇒ ::String
Returns the value of attribute error_description.
8920 8921 8922 |
# File 'sig/types.rbs', line 8920 def error_description @error_description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8917 8918 8919 |
# File 'sig/types.rbs', line 8917 def instance_id @instance_id end |
#state ⇒ ::String
Returns the value of attribute state.
8916 8917 8918 |
# File 'sig/types.rbs', line 8916 def state @state end |