EcsInstanceCredential.go 77 B

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