Amazon.Runtime.InstanceProfileAWSCredentials.InstanceProfileAWSCredentials C# (CSharp) Méthode

InstanceProfileAWSCredentials() public méthode

Constructs a InstanceProfileAWSCredentials object for the first found role
public InstanceProfileAWSCredentials ( ) : System
Résultat System
        public InstanceProfileAWSCredentials()
            : this(GetFirstRole()) { }

Same methods

InstanceProfileAWSCredentials::InstanceProfileAWSCredentials ( string role ) : System