Class: Aws::OpsWorks::Types::DescribeMyUserProfileResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#user_profileTypes::SelfUserProfile

A UserProfile object that describes the user's SSH information.



2636
2637
2638
2639
2640
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2636

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