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)


1908
1909
1910
1911
1912
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 1908

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