Class CfnProfilePropsMixin.ProfileQuestionUpdateProperty
An update to a profile question.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.WellArchitected
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnProfilePropsMixin.ProfileQuestionUpdateProperty : CfnProfilePropsMixin.IProfileQuestionUpdateProperty
Syntax (vb)
Public Class CfnProfilePropsMixin.ProfileQuestionUpdateProperty Implements CfnProfilePropsMixin.IProfileQuestionUpdateProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.WellArchitected;
var profileQuestionUpdateProperty = new ProfileQuestionUpdateProperty {
QuestionId = "questionId",
SelectedChoiceIds = new [] { "selectedChoiceIds" }
};
Synopsis
Constructors
| ProfileQuestionUpdateProperty() | An update to a profile question. |
Properties
| QuestionId | The ID of the question. |
| SelectedChoiceIds | The selected choices. |
Constructors
ProfileQuestionUpdateProperty()
An update to a profile question.
public ProfileQuestionUpdateProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.WellArchitected;
var profileQuestionUpdateProperty = new ProfileQuestionUpdateProperty {
QuestionId = "questionId",
SelectedChoiceIds = new [] { "selectedChoiceIds" }
};
Properties
QuestionId
The ID of the question.
public string? QuestionId { get; set; }
Property Value
Remarks
SelectedChoiceIds
The selected choices.
public string[]? SelectedChoiceIds { get; set; }
Property Value
string[]