Class: Aws::Types::CreateAuthCodeResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:auth_code])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_code::String

Returns the value of attribute auth_code.

Returns:

  • (::String)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def auth_code
  @auth_code
end

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


1341
1342
1343
# File 'sig/types.rbs', line 1341

def entity_id
  @entity_id
end

#entity_type"CUSTOMER_PROFILE"

Returns the value of attribute entity_type.

Returns:

  • ("CUSTOMER_PROFILE")


1340
1341
1342
# File 'sig/types.rbs', line 1340

def entity_type
  @entity_type
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1339
1340
1341
# File 'sig/types.rbs', line 1339

def session_id
  @session_id
end