EcsInstanceCredential.go 76 B

12345
  1. package credentials
  2. type EcsInstanceCredential struct {
  3. RoleName string
  4. }