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.
9032 9033 9034 |
# File 'sig/types.rbs', line 9032 def code @code end |
#error ⇒ ::String
Returns the value of attribute error.
9033 9034 9035 |
# File 'sig/types.rbs', line 9033 def error @error end |
#error_description ⇒ ::String
Returns the value of attribute error_description.
9034 9035 9036 |
# File 'sig/types.rbs', line 9034 def error_description @error_description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9031 9032 9033 |
# File 'sig/types.rbs', line 9031 def instance_id @instance_id end |
#state ⇒ ::String
Returns the value of attribute state.
9030 9031 9032 |
# File 'sig/types.rbs', line 9030 def state @state end |