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)


8936
8937
8938
# File 'sig/types.rbs', line 8936

def code
  @code
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


8937
8938
8939
# File 'sig/types.rbs', line 8937

def error
  @error
end

#error_description::String

Returns the value of attribute error_description.

Returns:

  • (::String)


8938
8939
8940
# File 'sig/types.rbs', line 8938

def error_description
  @error_description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8935
8936
8937
# File 'sig/types.rbs', line 8935

def instance_id
  @instance_id
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


8934
8935
8936
# File 'sig/types.rbs', line 8934

def state
  @state
end