Class: Aws::IAM::Types::GetLoginProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetLoginProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful GetLoginProfile request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#login_profile ⇒ Types::LoginProfile
A structure containing the user name and the profile creation date for the user.
Instance Attribute Details
#login_profile ⇒ Types::LoginProfile
A structure containing the user name and the profile creation date for the user.
3549 3550 3551 3552 3553 |
# File 'lib/aws-sdk-iam/types.rb', line 3549 class GetLoginProfileResponse < Struct.new( :login_profile) SENSITIVE = [] include Aws::Structure end |