Class: Aws::IAM::Types::CreateLoginProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::CreateLoginProfileResponse
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful CreateLoginProfile request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#login_profile ⇒ Types::LoginProfile
A structure containing the user name and password create date.
Instance Attribute Details
#login_profile ⇒ Types::LoginProfile
A structure containing the user name and password create date.
866 867 868 869 870 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 866 class CreateLoginProfileResponse < Struct.new( :login_profile) SENSITIVE = [] include Aws::Structure end |