Class: Aws::IAM::Types::CreateLoginProfileResponse

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

Instance Attribute Details

#login_profileTypes::LoginProfile

A structure containing the user name and password create date.

Returns:



837
838
839
840
841
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 837

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