Class: Aws::CodeStar::Types::DeleteUserProfileResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_arnString

The Amazon Resource Name (ARN) of the user deleted from AWS CodeStar.

Returns:

  • (String)


374
375
376
377
378
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 374

class DeleteUserProfileResult < Struct.new(
  :user_arn)
  SENSITIVE = []
  include Aws::Structure
end