Class: Aws::OpsWorks::Types::DescribeMyUserProfileResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeMyUserProfileResult
- Defined in:
- gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb
Overview
Contains the response to a DescribeMyUserProfile
request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_profile ⇒ Types::SelfUserProfile
A
UserProfile
object that describes the user's SSH information.
Instance Attribute Details
#user_profile ⇒ Types::SelfUserProfile
A UserProfile
object that describes the user's SSH information.
2643 2644 2645 2646 2647 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2643 class DescribeMyUserProfileResult < Struct.new( :user_profile) SENSITIVE = [] include Aws::Structure end |