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)


8586
8587
8588
# File 'sig/types.rbs', line 8586

def code
  @code
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


8587
8588
8589
# File 'sig/types.rbs', line 8587

def error
  @error
end

#error_description::String

Returns the value of attribute error_description.

Returns:

  • (::String)


8588
8589
8590
# File 'sig/types.rbs', line 8588

def error_description
  @error_description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8585
8586
8587
# File 'sig/types.rbs', line 8585

def instance_id
  @instance_id
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


8584
8585
8586
# File 'sig/types.rbs', line 8584

def state
  @state
end