Table of Contents

Class GetAccessKeyInfoResponse

Namespace
Amazon.SecurityToken.Model
Assembly
AWSSDK.SecurityToken.dll

This is the response object from the GetAccessKeyInfo operation.

public class GetAccessKeyInfoResponse : AmazonWebServiceResponse
Inheritance
GetAccessKeyInfoResponse

Constructors

GetAccessKeyInfoResponse()

public GetAccessKeyInfoResponse()

Properties

Account

Gets and sets the property Account.

The number used to identify the Amazon Web Services account.

public string Account { get; set; }

Property Value

string