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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_arn ⇒ String

The profile ARN.

Returns:

  • (String)


8191
8192
8193
8194
8195
8196
8197
# File 'lib/aws-sdk-wellarchitected/types.rb', line 8191

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

#profile_description ⇒ String

The profile description.

Returns:

  • (String)


8191
8192
8193
8194
8195
8196
8197
# File 'lib/aws-sdk-wellarchitected/types.rb', line 8191

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

#profile_questions ⇒ Array<Types::ProfileQuestionUpdate>

Profile questions.

Returns:



8191
8192
8193
8194
8195
8196
8197
# File 'lib/aws-sdk-wellarchitected/types.rb', line 8191

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