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)


8779
8780
8781
# File 'sig/types.rbs', line 8779

def code
  @code
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


8780
8781
8782
# File 'sig/types.rbs', line 8780

def error
  @error
end

#error_description::String

Returns the value of attribute error_description.

Returns:

  • (::String)


8781
8782
8783
# File 'sig/types.rbs', line 8781

def error_description
  @error_description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8778
8779
8780
# File 'sig/types.rbs', line 8778

def instance_id
  @instance_id
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


8777
8778
8779
# File 'sig/types.rbs', line 8777

def state
  @state
end