Amazon.Runtime.InstanceProfileAWSCredentials.InstanceProfileAWSCredentials C# (CSharp) Method

InstanceProfileAWSCredentials() public method

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

Same methods

InstanceProfileAWSCredentials::InstanceProfileAWSCredentials ( string role ) : System