Class: Aws::Types::UpdateProfileInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProfileInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
-
#profile_description ⇒ ::String
Returns the value of attribute profile_description.
-
#profile_questions ⇒ ::Array[Types::ProfileQuestionUpdate]
Returns the value of attribute profile_questions.
Instance Attribute Details
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
1980 1981 1982 |
# File 'sig/types.rbs', line 1980 def profile_arn @profile_arn end |
#profile_description ⇒ ::String
Returns the value of attribute profile_description.
1981 1982 1983 |
# File 'sig/types.rbs', line 1981 def profile_description @profile_description end |
#profile_questions ⇒ ::Array[Types::ProfileQuestionUpdate]
Returns the value of attribute profile_questions.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def profile_questions @profile_questions end |