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)


5814
5815
5816
5817
5818
5819
5820
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5814

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

#profile_descriptionString

The profile description.

Returns:

  • (String)


5814
5815
5816
5817
5818
5819
5820
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5814

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

#profile_questionsArray<Types::ProfileQuestionUpdate>

Profile questions.

Returns:



5814
5815
5816
5817
5818
5819
5820
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5814

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