Class: Aws::WellArchitected::Types::UpdateProfileInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::UpdateProfileInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_arn ⇒ String
The profile ARN.
-
#profile_description ⇒ String
The profile description.
-
#profile_questions ⇒ Array<Types::ProfileQuestionUpdate>
Profile questions.
Instance Attribute Details
#profile_arn ⇒ String
The profile ARN.
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.
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.
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 |