Amazon.Runtime.InstanceProfileAWSCredentials.InstanceProfileAWSCredentials C# (CSharp) Метод

InstanceProfileAWSCredentials() публичный Метод

Constructs a InstanceProfileAWSCredentials object for the first found role
public InstanceProfileAWSCredentials ( ) : System
Результат System
        public InstanceProfileAWSCredentials()
            : this(GetFirstRole()) { }

Same methods

InstanceProfileAWSCredentials::InstanceProfileAWSCredentials ( string role ) : System