Class: Aws::Types::UpdateProfileInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#profile_arn ⇒ ::String

Returns the value of attribute profile_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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

def profile_questions
  @profile_questions
end