Class: Aws::CodeStar::Types::DeleteUserProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::DeleteUserProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestar/types.rb
Overview
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.
361 362 363 364 365 |
# File 'lib/aws-sdk-codestar/types.rb', line 361 class DeleteUserProfileRequest < Struct.new( :user_arn) SENSITIVE = [] include Aws::Structure end |