Class: Aws::CodeStar::Types::DeleteUserProfileResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::DeleteUserProfileResult
- 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 deleted from AWS CodeStar.
Instance Attribute Details
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the user deleted from AWS CodeStar.
374 375 376 377 378 |
# File 'lib/aws-sdk-codestar/types.rb', line 374 class DeleteUserProfileResult < Struct.new( :user_arn) SENSITIVE = [] include Aws::Structure end |