Class: Aws::WellArchitected::Types::UpdateProfileInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::UpdateProfileInput
- Defined in:
- gems/aws-sdk-wellarchitected/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.
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_description ⇒ String
The profile description.
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_questions ⇒ Array<Types::ProfileQuestionUpdate>
Profile questions.
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 |