Class: Aws::OpsWorks::Types::DeleteUserProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DeleteUserProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
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. This can also be a federated user’s ARN.
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 |