Class: Aws::OpsWorks::Types::CreateUserProfileResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::CreateUserProfileResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Contains the response to a ‘CreateUserProfile` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iam_user_arn ⇒ String
The user’s IAM ARN.
Instance Attribute Details
#iam_user_arn ⇒ String
The user’s IAM ARN.
1915 1916 1917 1918 1919 |
# File 'lib/aws-sdk-opsworks/types.rb', line 1915 class CreateUserProfileResult < Struct.new( :iam_user_arn) SENSITIVE = [] include Aws::Structure end |