Class: Aws::Types::UpdateParticipantAuthenticationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:code, :error, :error_description])

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


9032
9033
9034
# File 'sig/types.rbs', line 9032

def code
  @code
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


9033
9034
9035
# File 'sig/types.rbs', line 9033

def error
  @error
end

#error_description::String

Returns the value of attribute error_description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


9031
9032
9033
# File 'sig/types.rbs', line 9031

def instance_id
  @instance_id
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


9030
9031
9032
# File 'sig/types.rbs', line 9030

def state
  @state
end