Class: Aws::CodeStar::Types::DeleteUserProfileRequest

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 to delete from AWS CodeStar.

Returns:

  • (String)


361
362
363
364
365
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 361

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