wellarchitected_update_profile {paws.developer.tools}R Documentation

Update a profile

Description

Update a profile.

See https://www.paws-r-sdk.com/docs/wellarchitected_update_profile/ for full documentation.

Usage

wellarchitected_update_profile(
  ProfileArn,
  ProfileDescription = NULL,
  ProfileQuestions = NULL
)

Arguments

ProfileArn

[required] The profile ARN.

ProfileDescription

The profile description.

ProfileQuestions

Profile questions.


[Package paws.developer.tools version 0.9.0 Index]