Class: Aws::WellArchitected::Types::UpdateProfileInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_arnString

The profile ARN.

Returns:

  • (String)


8179
8180
8181
8182
8183
8184
8185
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 8179

class UpdateProfileInput < Struct.new(
  :profile_arn,
  :profile_description,
  :profile_questions)
  SENSITIVE = []
  include Aws::Structure
end

#profile_descriptionString

The profile description.

Returns:

  • (String)


8179
8180
8181
8182
8183
8184
8185
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 8179

class UpdateProfileInput < Struct.new(
  :profile_arn,
  :profile_description,
  :profile_questions)
  SENSITIVE = []
  include Aws::Structure
end

#profile_questionsArray<Types::ProfileQuestionUpdate>

Profile questions.

Returns:



8179
8180
8181
8182
8183
8184
8185
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 8179

class UpdateProfileInput < Struct.new(
  :profile_arn,
  :profile_description,
  :profile_questions)
  SENSITIVE = []
  include Aws::Structure
end