C# 클래스 Amazon.IdentityManagement.Model.GetLoginProfileRequest

Container for the parameters to the GetLoginProfile operation.

Retrieves the login profile for the specified User.

NOTE:In the full release you will be able to use IAM to access your services through the AWS Management Console. Although this feature is not currently available, you can create login profiles for your Users now. Then, when this feature is implemented, your Users can use IAM to access your services through the AWS Management Console.

상속: Amazon.Runtime.AmazonWebServiceRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
GetLoginProfileRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

GetLoginProfileRequest ( string userName ) : System

Instantiates GetLoginProfileRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetUserName ( ) : bool

메소드 상세

GetLoginProfileRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public GetLoginProfileRequest ( ) : System
리턴 System

GetLoginProfileRequest() 공개 메소드

Instantiates GetLoginProfileRequest with the parameterized properties
public GetLoginProfileRequest ( string userName ) : System
userName string The name of the user whose login profile you want to retrieve. This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
리턴 System