Class: Aws::Types::CreateProfileInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateProfileInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#profile_description ⇒ ::String
Returns the value of attribute profile_description.
-
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
-
#profile_questions ⇒ ::Array[Types::ProfileQuestionUpdate]
Returns the value of attribute profile_questions.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
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.
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.
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.
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.
422 423 424 |
# File 'sig/types.rbs', line 422 def end |