Class: Aws::CodeStar::Types::DeleteUserProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::DeleteUserProfileRequest
- Defined in:
- gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb
Overview
Note:
When making an API call, you may pass DeleteUserProfileRequest data as a hash:
{
user_arn: "UserArn", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the user to delete from AWS CodeStar.
Instance Attribute Details
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the user to delete from AWS CodeStar.
508 509 510 511 512 |
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 508 class DeleteUserProfileRequest < Struct.new( :user_arn) SENSITIVE = [] include Aws::Structure end |