Class: Aws::IAM::Types::CreateLoginProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::CreateLoginProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful [CreateLoginProfile] request.
[1]: docs.aws.amazon.com/IAM/latest/APIReference/API_CreateLoginProfile.html
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.
1064 1065 1066 1067 1068 |
# File 'lib/aws-sdk-iam/types.rb', line 1064 class CreateLoginProfileResponse < Struct.new( :login_profile) SENSITIVE = [] include Aws::Structure end |