Class: Aws::IAM::Types::GetLoginProfileResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

Contains the response to a successful GetLoginProfile request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#login_profileTypes::LoginProfile

A structure containing the user name and the profile creation date for the user.

Returns:



3393
3394
3395
3396
3397
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3393

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