Class: Aws::Types::SetUserSettingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:access_token])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


1982
1983
1984
# File 'sig/types.rbs', line 1982

def access_token
  @access_token
end

#mfa_options::Array[Types::MFAOptionType]

Returns the value of attribute mfa_options.

Returns:



1983
1984
1985
# File 'sig/types.rbs', line 1983

def mfa_options
  @mfa_options
end