Class: Aws::OpsWorks::Types::DeleteUserProfileRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opsworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iam_user_arnString

The user’s IAM ARN. This can also be a federated user’s ARN.

Returns:

  • (String)


2003
2004
2005
2006
2007
# File 'lib/aws-sdk-opsworks/types.rb', line 2003

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