Class: Aws::OpsWorks::Types::CreateUserProfileResult

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

Overview

Contains the response to a CreateUserProfile request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iam_user_arnString

The user's IAM ARN.

Returns:

  • (String)


1915
1916
1917
1918
1919
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 1915

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