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)


2010
2011
2012
2013
2014
# File 'lib/aws-sdk-opsworks/types.rb', line 2010

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