Class: Aws::Types::CreateProfileInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token ⇒ ::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


421
422
423
# File 'sig/types.rbs', line 421

def client_request_token
  @client_request_token
end

#profile_description ⇒ ::String

Returns the value of attribute profile_description.

Returns:

  • (::String)


419
420
421
# File 'sig/types.rbs', line 419

def profile_description
  @profile_description
end

#profile_name ⇒ ::String

Returns the value of attribute profile_name.

Returns:

  • (::String)


418
419
420
# File 'sig/types.rbs', line 418

def profile_name
  @profile_name
end

#profile_questions ⇒ ::Array[Types::ProfileQuestionUpdate]

Returns the value of attribute profile_questions.

Returns:



420
421
422
# File 'sig/types.rbs', line 420

def profile_questions
  @profile_questions
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


422
423
424
# File 'sig/types.rbs', line 422

def tags
  @tags
end